diff img2.c @ 1416:3e109676d788 libavformat

Register .tga and .tiff image extensions
author kostya
date Mon, 23 Oct 2006 13:17:46 +0000
parents 403621d48275
children ee4ef413497e
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}
 };