[SCM] libav/experimental: Theora fourcc

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:44:29 UTC 2013


The following commit has been merged in the experimental branch:
commit 3a1d8db3542a34cc42e2b27d7d1ae97333dc4740
Author: Roberto Togni <r_togni at tiscali.it>
Date:   Sun Jun 26 20:26:47 2005 +0000

    Theora fourcc
    
    Originally committed as revision 4393 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 2e2ad71..a035f85 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -184,6 +184,7 @@ const CodecTag codec_bmp_tags[] = {
     { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
     { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
     { CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
+    { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
     { CODEC_ID_RAWVIDEO, 0 },
     { 0, 0 },
 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list