diff avformat.h @ 382:37a29b5200d8 libavformat

added SGI image format, encoding and decoding, courtesy of Todd Kirby <doubleshot@pacbell.net>
author melanson
date Sat, 13 Mar 2004 17:30:37 +0000
parents 9416dc106e06
children 9479dac25620
line wrap: on
line diff
--- a/avformat.h	Fri Mar 12 02:26:01 2004 +0000
+++ b/avformat.h	Sat Mar 13 17:30:37 2004 +0000
@@ -366,6 +366,7 @@
 #endif
 extern AVImageFormat jpeg_image_format;
 extern AVImageFormat gif_image_format;
+extern AVImageFormat sgi_image_format;
 
 /* XXX: use automatic init with either ELF sections or C file parser */
 /* modules */