changeset 1416:3e109676d788 libavformat

Register .tga and .tiff image extensions
author kostya
date Mon, 23 Oct 2006 13:17:46 +0000
parents 3b00fb8ef8e4
children 84aa565e7da8
files img2.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/img2.c	Mon Oct 23 08:57:54 2006 +0000
+++ b/img2.c	Mon Oct 23 13:17:46 2006 +0000
@@ -52,6 +52,8 @@
     { CODEC_ID_RAWVIDEO  , "y"},
     { CODEC_ID_BMP       , "bmp"},
     { CODEC_ID_GIF       , "gif"},
+    { CODEC_ID_TARGA     , "tga"},
+    { CODEC_ID_TIFF      , "tiff"},
     {0, NULL}
 };