diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-05 15:42:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-05 15:51:55 +0200 |
commit | d5ec1ddf7bb0beb65319c749afc8fba2798a8ee1 (patch) | |
tree | 773623f7aadf7b6f365b5024092c44489ed0affd /ffmpeg.h | |
parent | 22ffa5390f6b4bb99fc6cd1fb0f629f6c3a9ba8d (diff) | |
parent | 9580818c5d934bde65a95efd2cee61c174721092 (diff) | |
download | ffmpeg-d5ec1ddf7bb0beb65319c749afc8fba2798a8ee1.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |