diff avformat.h @ 533:59da52e5f5a5 libavformat

support for Sierra Online audio files and Apple QuickDraw codec, courtesy of Konstantin Shishkov
author melanson
date Tue, 28 Sep 2004 03:09:49 +0000
parents ad72189eec07
children 8430e4610971
line wrap: on
line diff
--- a/avformat.h	Mon Sep 27 22:53:27 2004 +0000
+++ b/avformat.h	Tue Sep 28 03:09:49 2004 +0000
@@ -487,6 +487,9 @@
 /* matroska.c */
 int matroska_init(void);
 
+/* sol.c */
+int sol_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"