From fccd8c21c40cf004cacaa6b4bf12695ecb014c1b Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 31 Dec 2012 15:20:25 +0100 Subject: ffmpeg: add -guess_layout_max option. --- ffmpeg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ffmpeg.h') diff --git a/ffmpeg.h b/ffmpeg.h index 1260563cb8..9e2e97be30 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -171,6 +171,8 @@ typedef struct OptionsContext { int nb_pass; SpecifierOpt *passlogfiles; int nb_passlogfiles; + SpecifierOpt *guess_layout_max; + int nb_guess_layout_max; } OptionsContext; typedef struct InputFilter { @@ -229,6 +231,7 @@ typedef struct InputStream { AVDictionary *opts; AVRational framerate; /* framerate forced with -r */ int top_field_first; + int guess_layout_max; int resample_height; int resample_width; -- cgit v1.2.3