From e352b293712ff7cbde67eba3ce3f8510b037de09 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sat, 29 Nov 2014 17:51:13 +0100 Subject: mov: Add an option for exporting all metadata --- libavformat/isom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index 0bc912a437..7e60d8c3af 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -141,6 +141,7 @@ typedef struct MOVStreamContext { } MOVStreamContext; typedef struct MOVContext { + const AVClass *class; ///< class for private options AVFormatContext *fc; int time_scale; int64_t duration; ///< duration of the longest track @@ -155,6 +156,7 @@ typedef struct MOVContext { int itunes_metadata; ///< metadata are itunes style int chapter_track; int64_t next_root_atom; ///< offset of the next root atom + int export_all; } MOVContext; int ff_mp4_read_descr_len(AVIOContext *pb); -- cgit v1.2.3