lavf: move CodecMime from matroska.h to internal.h
it will be useful for attached pictures in ID3v2
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user