comparison img2.c @ 1985:b5e15030d788 libavformat

SGI image decoder ported to the new image API. patch by Xiaohui Sun, sunxiaohui dsp.ac cn
author diego
date Fri, 06 Apr 2007 18:29:27 +0000
parents eb16c64144ee
children a3e79d6e4e3c
comparison
equal deleted inserted replaced
1984:2163852713c5 1985:b5e15030d788
52 { CODEC_ID_RAWVIDEO , "y"}, 52 { CODEC_ID_RAWVIDEO , "y"},
53 { CODEC_ID_BMP , "bmp"}, 53 { CODEC_ID_BMP , "bmp"},
54 { CODEC_ID_GIF , "gif"}, 54 { CODEC_ID_GIF , "gif"},
55 { CODEC_ID_TARGA , "tga"}, 55 { CODEC_ID_TARGA , "tga"},
56 { CODEC_ID_TIFF , "tiff"}, 56 { CODEC_ID_TIFF , "tiff"},
57 { CODEC_ID_SGI , "sgi"},
57 {0, NULL} 58 {0, NULL}
58 }; 59 };
59 60
60 static int sizes[][2] = { 61 static int sizes[][2] = {
61 { 640, 480 }, 62 { 640, 480 },