[FFmpeg-devel] [PATCH] ffmpeg: Add option to force a specific decode format
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Apr 23 22:47:56 EEST 2019
2018-11-11 15:54 GMT+01:00, Mark Thompson <sw at jkqxz.net>:
> Fixes #7519.
> + { "decode_format", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT |
> + OPT_SPEC | OPT_INPUT,
> { .off = OFFSET(decode_formats) },
> + "set output format used by decoder, fail if this format is not
> available", "format" },
Sorry if this was already asked:
Why can't you use the input option "pix_fmt"?
Carl Eugen
More information about the ffmpeg-devel
mailing list