diff avformat.h @ 594:89a09ede50ad libavformat

First implementation of nsv demuxer. Get libavformat linked with lavc and lmp3lame is required. BeOS requires no undefined syms on link! (besides it's bad to leave undef syms)
author mmu_man
date Sat, 20 Nov 2004 23:10:07 +0000
parents 7793767ffe35
children d814669d2c13
line wrap: on
line diff
--- a/avformat.h	Fri Nov 19 18:16:36 2004 +0000
+++ b/avformat.h	Sat Nov 20 23:10:07 2004 +0000
@@ -510,6 +510,9 @@
 /* electronicarts.c */
 int ea_init(void);
 
+/* nsvdec.c */
+int nsvdec_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"