diff options
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r-- | libavformat/id3v2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h index 88dcbdb812..cb2fb02093 100644 --- a/libavformat/id3v2.h +++ b/libavformat/id3v2.h @@ -71,7 +71,7 @@ typedef struct ID3v2ExtraMetaAPIC { int len; const char *type; uint8_t *description; - enum CodecID id; + enum AVCodecID id; } ID3v2ExtraMetaAPIC; /** |