Commit 9757c64c authored by aurel's avatar aurel

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)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8507 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b8e0fc3
...@@ -213,6 +213,7 @@ static CodecTags codec_tags[]={ ...@@ -213,6 +213,7 @@ static CodecTags codec_tags[]={
{"V_REAL/RV20" , CODEC_ID_RV20}, {"V_REAL/RV20" , CODEC_ID_RV20},
{"V_REAL/RV30" , CODEC_ID_RV30}, {"V_REAL/RV30" , CODEC_ID_RV30},
{"V_REAL/RV40" , CODEC_ID_RV40}, {"V_REAL/RV40" , CODEC_ID_RV40},
{"V_THEORA" , CODEC_ID_THEORA},
/* TODO: Real/Quicktime */ /* TODO: Real/Quicktime */
// {"A_MS/ACM" , CODEC_ID_NONE}, // {"A_MS/ACM" , CODEC_ID_NONE},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment