diff options
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r-- | libavformat/matroska.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroska.h b/libavformat/matroska.h index 6f6ab1e929..9af709f215 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -248,7 +248,7 @@ typedef enum { typedef struct CodecTags{ char str[20]; - enum CodecID id; + enum AVCodecID id; }CodecTags; /* max. depth in the EBML tree structure */ |