diff avformat.h @ 266:8bb470d85249 libavformat

New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM
author tmmm
date Wed, 01 Oct 2003 04:39:38 +0000
parents 302d133294d3
children 9fa2ec3b9982
line wrap: on
line diff
--- a/avformat.h	Tue Sep 30 17:54:30 2003 +0000
+++ b/avformat.h	Wed Oct 01 04:39:38 2003 +0000
@@ -406,6 +406,12 @@
 /* wc3movie.c */
 int wc3_init(void);
 
+/* westwood.c */
+int westwood_init(void);
+
+/* segafilm.c */
+int film_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"