diff options
author | John Stebbins <stebbins@jetheaddev.com> | 2014-07-31 10:00:05 -0700 |
---|---|---|
committer | John Stebbins <stebbins@jetheaddev.com> | 2014-08-06 13:27:17 -0700 |
commit | da9cc22d5bd5f59756c2037b02966376da2cf323 (patch) | |
tree | ab17b11f2e82eb2e1b62827eb0f6d511ab68e489 /libavformat/movenc.h | |
parent | d9432789bd119f0e37bcf65cebda05d36aafd4ed (diff) | |
download | ffmpeg-da9cc22d5bd5f59756c2037b02966376da2cf323.tar.gz |
movenc: add track title to tracks
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 0d3eb34c5e..2f2c09cbd0 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -164,6 +164,7 @@ typedef struct MOVMuxContext { char *major_brand; int per_stream_grouping; + AVFormatContext *fc; } MOVMuxContext; #define FF_MOV_FLAG_RTP_HINT 1 |