lavf: move CodecMime from matroska.h to internal.h

it will be useful for attached pictures in ID3v2
This commit is contained in:
Anton Khirnov
2011-01-19 10:21:29 +01:00
parent eaea76d72c
commit b73ad74660
2 changed files with 6 additions and 5 deletions

View File

@@ -37,6 +37,11 @@ typedef struct AVCodecTag {
unsigned int tag;
} AVCodecTag;
typedef struct CodecMime{
char str[32];
enum CodecID id;
} CodecMime;
void ff_dynarray_add(intptr_t **tab_ptr, int *nb_ptr, intptr_t elem);
#ifdef __GNUC__