diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-04 19:38:04 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-05-03 21:44:24 +0200 |
commit | 9580818c5d934bde65a95efd2cee61c174721092 (patch) | |
tree | 33ca5dfd65eda19fb2d635cda0674ac47d02581b /avconv.h | |
parent | 01947f07b81a57fb1e15114b710f6d5ae4f70a11 (diff) | |
download | ffmpeg-9580818c5d934bde65a95efd2cee61c174721092.tar.gz |
avconv: rename OutputStream.opts to OutputStream.encoder_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
@@ -336,7 +336,7 @@ typedef struct OutputStream { char *avfilter; int64_t sws_flags; - AVDictionary *opts; + AVDictionary *encoder_opts; AVDictionary *resample_opts; int finished; /* no more packets should be written for this stream */ int stream_copy; |