[SCM] libav/experimental: Register .tga and .tiff image extensions

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:52:33 UTC 2013


The following commit has been merged in the experimental branch:
commit 79f7c32ffba49f4fe63dae09c7d5c9e0afdfacf0
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Mon Oct 23 13:17:46 2006 +0000

    Register .tga and .tiff image extensions
    
    Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/img2.c b/libavformat/img2.c
index 2a08fa7..303190a 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -52,6 +52,8 @@ static const IdStrMap img_tags[] = {
     { CODEC_ID_RAWVIDEO  , "y"},
     { CODEC_ID_BMP       , "bmp"},
     { CODEC_ID_GIF       , "gif"},
+    { CODEC_ID_TARGA     , "tga"},
+    { CODEC_ID_TIFF      , "tiff"},
     {0, NULL}
 };
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list