41 #define OFFSET(x) offsetof(PPFilterContext, x)
42 #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
69 if (!strcmp(cmd,
"quality")) {
78 static const enum PixelFormat pix_fmts[] = {
116 const int aligned_w =
FFALIGN(outlink->
w, 8);
117 const int aligned_h =
FFALIGN(outlink->
h, 8);
119 int qstride, qp_type;
134 aligned_w, outlink->
h,
184 .priv_class = &pp_class,