diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-03-21 17:27:47 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-03-21 17:27:47 +0000 |
commit | 348efc18364a9daca569ed77e184b843d9bc5f11 (patch) | |
tree | 9e51355eb3765361e16b0840d4b3ce2268f87e6e /libavformat/avformat.h | |
parent | 305ee50fbbea2412e80ad30ba4f7d79dd24806fe (diff) | |
download | ffmpeg-348efc18364a9daca569ed77e184b843d9bc5f11.tar.gz |
Smacker demuxer and decoder.
Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index f95462eb62..0d36ebdc96 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -5,8 +5,8 @@ extern "C" { #endif -#define LIBAVFORMAT_VERSION_INT ((50<<16)+(3<<8)+0) -#define LIBAVFORMAT_VERSION 50.3.0 +#define LIBAVFORMAT_VERSION_INT ((50<<16)+(4<<8)+0) +#define LIBAVFORMAT_VERSION 50.4.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) @@ -567,6 +567,9 @@ int mm_init(void); /* avs.c */ int avs_init(void); +/* smacker.c */ +int smacker_init(void); + #include "rtp.h" #include "rtsp.h" |