projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
matroska: add support for A_QUICKTIME/QDM2 codec
[ffmpeg.git]
/
libavformat
/
matroska.h
diff --git
a/libavformat/matroska.h
b/libavformat/matroska.h
index 26f4666fd9271046eb14fffda294e8e96f912375..35c618ba5332f3e4e6a73915c4498201d1177573 100644
(file)
--- a/
libavformat/matroska.h
+++ b/
libavformat/matroska.h
@@
-210,7
+210,7
@@
typedef enum {
*/
typedef struct CodecTags{
- char str[
16
];
+ char str[
20
];
enum CodecID id;
}CodecTags;