]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
avcodec: add Interplay ACM decoder
[ffmpeg] / libavformat / isom.h
index 6e921c04a0950fb93fd7499a42cc9fd6584a121d..dba30a25f1a6f18fa42110624327321f0efe92e3 100644 (file)
@@ -177,6 +177,9 @@ typedef struct MOVContext {
     int64_t duration;     ///< duration of the longest track
     int found_moov;       ///< 'moov' atom has been found
     int found_mdat;       ///< 'mdat' atom has been found
+    int found_hdlr_mdta;  ///< 'hdlr' atom with type 'mdta' has been found
+    char **meta_keys;
+    unsigned meta_keys_count;
     DVDemuxContext *dv_demux;
     AVFormatContext *dv_fctx;
     int isom;             ///< 1 if file is ISO Media (mp4/3gp)