changeset 1949:18891c1e3e46 libavformat

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)
author aurel
date Sun, 25 Mar 2007 01:11:00 +0000
parents 80d330650d35
children 4ef37f929c21
files matroska.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/matroska.c	Sat Mar 24 15:24:36 2007 +0000
+++ b/matroska.c	Sun Mar 25 01:11:00 2007 +0000
@@ -213,6 +213,7 @@
     {"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},