X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmatroska.h;h=b1f7ae4ed5bc0c5a9cf843a7d773cde2d89b4301;hb=7658295ba353b8bedb3af904f46cfb1ba0cea86a;hp=8e747e6a9c7431e1f6eaeae27371ae5c2087ac44;hpb=945dda41a2085b3c8fb5cf99026c224aa3d2cbfa;p=ffmpeg diff --git a/libavformat/matroska.h b/libavformat/matroska.h index 8e747e6a9c7..b1f7ae4ed5b 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -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