Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r--libavformat/matroska.h2
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 */