From b75c8d16e7d81010fe9c01c8b24d6d5da1a35a7a Mon Sep 17 00:00:00 2001
From: David Conrad <lessen42@gmail.com>
Date: Fri, 24 Aug 2007 00:49:46 +0000
Subject: [PATCH] Add V_SNOW

Originally committed as revision 10200 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/matroska.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 7999bd3612d..1d4ed5702d7 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},
-- 
GitLab