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:44:24 +0200
commit9580818c5d934bde65a95efd2cee61c174721092 (patch)
tree33ca5dfd65eda19fb2d635cda0674ac47d02581b /avconv.h
parent01947f07b81a57fb1e15114b710f6d5ae4f70a11 (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv.h b/avconv.h
index 6ea6196243..319291319a 100644
--- a/avconv.h
+++ b/avconv.h
@@ -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;