From b73ad746606e193aa3e2dde20ce8afeeb8fa7e0e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 19 Jan 2011 10:21:29 +0100 Subject: lavf: move CodecMime from matroska.h to internal.h it will be useful for attached pictures in ID3v2 --- libavformat/matroska.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libavformat/matroska.h') diff --git a/libavformat/matroska.h b/libavformat/matroska.h index 8e747e6a9c..ada735f172 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 @@ -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 -- cgit v1.2.3