]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/matroska.h
vf_gradfun: move x86 init code to x86/gradfun.c
[ffmpeg] / libavformat / matroska.h
index 8e747e6a9c7431e1f6eaeae27371ae5c2087ac44..ada735f1723901ee475607d9cc5ae4740b5ac9e8 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "libavcodec/avcodec.h"
 #include "metadata.h"
+#include "internal.h"
 
 /* EBML version supported */
 #define EBML_VERSION 1
@@ -245,11 +246,6 @@ typedef struct CodecTags{
     enum CodecID id;
 }CodecTags;
 
-typedef struct CodecMime{
-    char str[32];
-    enum CodecID id;
-}CodecMime;
-
 /* max. depth in the EBML tree structure */
 #define EBML_MAX_DEPTH 16