summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
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;