diff options
author | Anton Khirnov | 2014-04-04 19:38:04 +0200 |
---|---|---|
committer | Anton Khirnov | 2014-05-03 21:43:05 +0200 |
commit | f3a6ad22c977c8fea87c4c5e4535061db6324d66 (patch) | |
tree | cd62318f1dd4cbdc303538f5c2fcde0bc20543b5 /avconv.h | |
parent | 73ed8558a61c4f1d0ce8d1f35183ac1a0a4e31e3 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |