summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2007-08-24 00:49:46 +0000
committerDavid Conrad <lessen42@gmail.com>2007-08-24 00:49:46 +0000
commitb75c8d16e7d81010fe9c01c8b24d6d5da1a35a7a (patch)
tree86d741124e76edbfffacbedff92092f985bfcb46 /libavformat/matroska.c
parentb1ec601f7f4d7fd5ae4a17b6efb4471b67c7ee06 (diff)
Add V_SNOW
Originally committed as revision 10200 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 7999bd3612..1d4ed5702d 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -37,6 +37,7 @@ CodecTags ff_mkv_codec_tags[]={
{"V_REAL/RV30" , CODEC_ID_RV30},
{"V_REAL/RV40" , CODEC_ID_RV40},
{"V_THEORA" , CODEC_ID_THEORA},
+ {"V_SNOW" , CODEC_ID_SNOW},
/* TODO: Real/Quicktime */
// {"A_MS/ACM" , CODEC_ID_NONE},