summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-05 15:42:26 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-05 15:51:55 +0200
commitd5ec1ddf7bb0beb65319c749afc8fba2798a8ee1 (patch)
tree773623f7aadf7b6f365b5024092c44489ed0affd /ffmpeg.h
parent22ffa5390f6b4bb99fc6cd1fb0f629f6c3a9ba8d (diff)
parent9580818c5d934bde65a95efd2cee61c174721092 (diff)
Merge commit '9580818c5d934bde65a95efd2cee61c174721092'
* commit '9580818c5d934bde65a95efd2cee61c174721092': avconv: rename OutputStream.opts to OutputStream.encoder_opts Conflicts: ffmpeg.c ffmpeg.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 2ea69db8d9..52ce2c3b52 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -410,7 +410,7 @@ typedef struct OutputStream {
char *filters_script; ///< filtergraph script associated to the -filter_script option
int64_t sws_flags;
- AVDictionary *opts;
+ AVDictionary *encoder_opts;
AVDictionary *swr_opts;
AVDictionary *resample_opts;
char *apad;