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 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;