From da9cc22d5bd5f59756c2037b02966376da2cf323 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Thu, 31 Jul 2014 10:00:05 -0700 Subject: movenc: add track title to tracks --- libavformat/movenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/movenc.h') 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 -- cgit v1.2.3