Am Fr., 31. Mai 2019 um 10:01 Uhr schrieb Zhong Li <zhong...@intel.com>:

> @@ -104,6 +109,8 @@ static const AVOption options[] = {
>      { "width",  "Output video width",  OFFSET(ow), AV_OPT_TYPE_STRING, { 
> .str="cw" }, 0, 255, .flags = FLAGS },
>      { "h",      "Output video height", OFFSET(oh), AV_OPT_TYPE_STRING, { 
> .str="w*ch/cw" }, 0, 255, .flags = FLAGS },
>      { "height", "Output video height", OFFSET(oh), AV_OPT_TYPE_STRING, { 
> .str="w*ch/cw" }, 0, 255, .flags = FLAGS },
> +    { "format", "Output pixel format", OFFSET(output_format_str), 
> AV_OPT_TYPE_STRING, { .str = "same" }, .flags = FLAGS },

AV_OPT_TYPE_PIXEL_FMT?
Or do I miss something?

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to