[FFmpeg-devel] [PATCH 1/3] ffmpeg: add -(no)find_stream_info expert option
Nicolas George
george at nsup.org
Wed Jul 12 18:14:14 EEST 2017
Le quartidi 24 messidor, an CCXXV, Clement Boesch a écrit :
> ---
> ffmpeg_opt.c | 22 +++++++++++++---------
> 1 file changed, 13 insertions(+), 9 deletions(-)
>
> diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
> index 9b7e8c74b9..10ca260648 100644
> --- a/ffmpeg_opt.c
> +++ b/ffmpeg_opt.c
> @@ -145,6 +145,7 @@ static int override_ffserver = 0;
> static int input_stream_potentially_available = 0;
> static int ignore_unknown_streams = 0;
> static int copy_unknown_streams = 0;
> +static int find_stream_info = 1;
<snip>
> + { "find_stream_info", OPT_BOOL | OPT_INPUT | OPT_EXPERT, { &find_stream_info },
> + "read and decode the streams to fill missing information with heuristics" },
>
> /* video options */
> { "vframes", OPT_VIDEO | HAS_ARG | OPT_PERFILE | OPT_OUTPUT, { .func_arg = opt_video_frames },
Should it not be implemented for OPT_PERFILE?
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170712/9b11e8ca/attachment.sig>
More information about the ffmpeg-devel
mailing list