summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv.h b/avconv.h
index 5e23714838..6ea6196243 100644
--- a/avconv.h
+++ b/avconv.h
@@ -231,7 +231,7 @@ typedef struct InputStream {
PtsCorrectionContext pts_ctx;
double ts_scale;
int showed_multi_packet_warning;
- AVDictionary *opts;
+ AVDictionary *decoder_opts;
AVRational framerate; /* framerate forced with -r */
int resample_height;