summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-05 14:44:33 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-05 14:44:33 +0200
commit42b7bda41a4f7717d41b576e184da2875f7972f2 (patch)
treeb59e44f9c9d84be410d921400674122958949217 /ffmpeg.h
parent6e397074380e64b177e51d5a9ed2a96e1a5b5f7a (diff)
parentf3a6ad22c977c8fea87c4c5e4535061db6324d66 (diff)
Merge commit 'f3a6ad22c977c8fea87c4c5e4535061db6324d66'
* commit 'f3a6ad22c977c8fea87c4c5e4535061db6324d66': avconv: rename InputStream.opts to InputStream.decoder_opts Conflicts: ffmpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 316d0d56ed..2ea69db8d9 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -258,7 +258,7 @@ typedef struct InputStream {
double ts_scale;
int saw_first_ts;
int showed_multi_packet_warning;
- AVDictionary *opts;
+ AVDictionary *decoder_opts;
AVRational framerate; /* framerate forced with -r */
int top_field_first;
int guess_layout_max;