diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-03-25 01:11:00 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-03-25 01:11:00 +0000 |
commit | 8509fc7b1318eafebd9dda27de8ff586458cdc79 (patch) | |
tree | 02eb1f3a5891a91e28e04e4ad514c69a2bc93f55 /libavformat/matroska.c | |
parent | da91ed594e29bd552b82f51b51211222474cf6fb (diff) | |
download | ffmpeg-8509fc7b1318eafebd9dda27de8ff586458cdc79.tar.gz |
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)
Originally committed as revision 8507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r-- | libavformat/matroska.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c index 3e4b6e9778..591530490c 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -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}, |