diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-07 02:42:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-07 02:42:15 +0200 |
commit | 403367d5a95c26b3c5d72ae7aca10bae0f58a827 (patch) | |
tree | 28536e977a17bcf1f588c52f5a50ea29298b0c4f /libavformat/movenc.h | |
parent | 71f33051e5d012ccf24d447ba7c01a867f8e77c1 (diff) | |
parent | da9cc22d5bd5f59756c2037b02966376da2cf323 (diff) | |
download | ffmpeg-403367d5a95c26b3c5d72ae7aca10bae0f58a827.tar.gz |
Merge commit 'da9cc22d5bd5f59756c2037b02966376da2cf323'
* commit 'da9cc22d5bd5f59756c2037b02966376da2cf323':
movenc: add track title to tracks
Conflicts:
libavformat/movenc.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 5809902de8..9ce4a86b9b 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -179,6 +179,7 @@ typedef struct MOVMuxContext { char *major_brand; int per_stream_grouping; + AVFormatContext *fc; } MOVMuxContext; #define FF_MOV_FLAG_RTP_HINT 1 |