aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2006-02-17 03:17:42 +0000
committerMike Melanson <mike@multimedia.cx>2006-02-17 03:17:42 +0000
commit26376701446a51fc505ea998fe477118af3f1c59 (patch)
tree67364d18222cfaa1fe34e83a744691fceb5ccef2 /libavformat/avformat.h
parent220522479ba603cfc1507d92d704089d0faa6296 (diff)
downloadffmpeg-26376701446a51fc505ea998fe477118af3f1c59.tar.gz
complete AVS playback system (from Creature Shock computer game),
courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index c01f6efa75..8786d62f22 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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 @@ int ff_adts_init(void);
/* mm.c */
int mm_init(void);
+/* avs.c */
+int avs_init(void);
+
#include "rtp.h"
#include "rtsp.h"