[Ffmpeg-cvslog] r8507 - trunk/libavformat/matroska.c

aurel subversion
Sun Mar 25 03:11:00 CEST 2007


Author: aurel
Date: Sun Mar 25 03:11:00 2007
New Revision: 8507

Modified:
   trunk/libavformat/matroska.c

Log:
add support for V_THEORA into Matroska
Original thread:
Date: Thu, 22 Mar 2007 20:23:08 -0400
Subject: [Ffmpeg-devel] [PATCH] Theora in MKV (GSoC '07 Qualification)


Modified: trunk/libavformat/matroska.c
==============================================================================
--- trunk/libavformat/matroska.c	(original)
+++ trunk/libavformat/matroska.c	Sun Mar 25 03:11:00 2007
@@ -213,6 +213,7 @@ static CodecTags codec_tags[]={
     {"V_REAL/RV20"      , CODEC_ID_RV20},
     {"V_REAL/RV30"      , CODEC_ID_RV30},
     {"V_REAL/RV40"      , CODEC_ID_RV40},
+    {"V_THEORA"         , CODEC_ID_THEORA},
 /* TODO: Real/Quicktime */
 
 //    {"A_MS/ACM"         , CODEC_ID_NONE},




More information about the ffmpeg-cvslog mailing list