]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/matroska.h
pixfmt: support more yuva formats
[ffmpeg] / libavformat / matroska.h
index 8e747e6a9c7431e1f6eaeae27371ae5c2087ac44..b1f7ae4ed5bc0c5a9cf843a7d773cde2d89b4301 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "libavcodec/avcodec.h"
 #include "metadata.h"
+#include "internal.h"
 
 /* EBML version supported */
 #define EBML_VERSION 1
@@ -242,14 +243,9 @@ typedef enum {
 
 typedef struct CodecTags{
     char str[20];
-    enum CodecID id;
+    enum AVCodecID id;
 }CodecTags;
 
-typedef struct CodecMime{
-    char str[32];
-    enum CodecID id;
-}CodecMime;
-
 /* max. depth in the EBML tree structure */
 #define EBML_MAX_DEPTH 16