summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-12-31 15:20:25 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-01-26 11:15:38 +0100
commitfccd8c21c40cf004cacaa6b4bf12695ecb014c1b (patch)
tree0a8fedb1410ae00d037df4eb3ab619eadb181c78 /ffmpeg.h
parent9648e1495bf6074da6c8f867974ede09f83f73ed (diff)
ffmpeg: add -guess_layout_max option.
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h3
1 files changed, 3 insertions, 0 deletions
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;