diff avformat.h @ 925:2d9a65a1d9ea libavformat

AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
author michael
date Thu, 02 Feb 2006 15:21:19 +0000
parents d70e50f1495f
children 06514f2b05ce
line wrap: on
line diff
--- a/avformat.h	Thu Feb 02 13:56:42 2006 +0000
+++ b/avformat.h	Thu Feb 02 15:21:19 2006 +0000
@@ -549,6 +549,9 @@
 /* daud.c */
 int daud_init(void);
 
+/* aiff.c */
+int ff_aiff_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"