summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-04-04 19:38:04 +0200
committerAnton Khirnov <anton@khirnov.net>2014-05-03 21:43:05 +0200
commitf3a6ad22c977c8fea87c4c5e4535061db6324d66 (patch)
treecd62318f1dd4cbdc303538f5c2fcde0bc20543b5 /avconv.h
parent73ed8558a61c4f1d0ce8d1f35183ac1a0a4e31e3 (diff)
avconv: rename InputStream.opts to InputStream.decoder_opts
This makes it more clear what is this variable for exactly.
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;