]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/id3v2.h
mov: Write prof section of tapt tag
[ffmpeg] / libavformat / id3v2.h
index 88dcbdb81287137a4378c6b7d3099f0cf31bc71d..7cb4296f111fa421d1dc34d612c94d4caffd6e70 100644 (file)
@@ -67,11 +67,10 @@ typedef struct ID3v2ExtraMetaGEOB {
 } ID3v2ExtraMetaGEOB;
 
 typedef struct ID3v2ExtraMetaAPIC {
-    uint8_t     *data;
-    int          len;
+    AVBufferRef *buf;
     const char  *type;
     uint8_t     *description;
-    enum CodecID id;
+    enum AVCodecID id;
 } ID3v2ExtraMetaAPIC;
 
 /**