diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-07-27 15:12:00 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-07-27 15:12:00 +0000 |
commit | d3d265b28866f6ef6f9ea588a7049c60c7b74b5b (patch) | |
tree | dbe11880374f7c3cbd8111c591576342d7c79b19 /libavformat/matroska.h | |
parent | f009e36f75bc137167a26356305d2c3eb83cac68 (diff) | |
download | ffmpeg-d3d265b28866f6ef6f9ea588a7049c60c7b74b5b.tar.gz |
matroska: add support for A_QUICKTIME/QDM2 codec
Originally committed as revision 14430 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 26f4666fd9..35c618ba53 100644 --- 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; |