diff avformat.h @ 961:d1d7a0e87dea libavformat

complete AVS playback system (from Creature Shock computer game), courtesy of Aurelien Jacobs <aurel at gnuage dot org>
author melanson
date Fri, 17 Feb 2006 03:17:42 +0000
parents 3a64595e57be
children d2e5dfdf4def
line wrap: on
line diff
--- a/avformat.h	Thu Feb 16 00:09:23 2006 +0000
+++ b/avformat.h	Fri Feb 17 03:17:42 2006 +0000
@@ -5,8 +5,8 @@
 extern "C" {
 #endif
 
-#define LIBAVFORMAT_VERSION_INT ((50<<16)+(2<<8)+1)
-#define LIBAVFORMAT_VERSION     50.2.1
+#define LIBAVFORMAT_VERSION_INT ((50<<16)+(3<<8)+0)
+#define LIBAVFORMAT_VERSION     50.3.0
 #define LIBAVFORMAT_BUILD       LIBAVFORMAT_VERSION_INT
 
 #define LIBAVFORMAT_IDENT       "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
@@ -564,6 +564,9 @@
 /* mm.c */
 int mm_init(void);
 
+/* avs.c */
+int avs_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"