diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2005-12-09 16:08:18 +0000 |
---|---|---|
committer | Roberto Togni <r_togni@tiscali.it> | 2005-12-09 16:08:18 +0000 |
commit | e0f7e3297073e341b43522d67ad717a3d568cd3c (patch) | |
tree | 4251f14d6f4e6dfa54f6b0fb73fc9c4a81cdb4e9 /libavformat/avformat.h | |
parent | 60d76256cb6abb7a5f65e434031d0ebb114599ea (diff) | |
download | ffmpeg-e0f7e3297073e341b43522d67ad717a3d568cd3c.tar.gz |
Cook compatibe decoder, patch by Benjamin Larsson
Add cook demucing, change rm demuxer so that it reorders audio packets
before sending them to the decoder, and send minimum decodeable sized
packets; pass only real codec extradata fo the decoder
Fix 28_8 decoder for the new demuxer strategy
Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8767e0b1fb..b3c055694e 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -5,8 +5,8 @@ extern "C" { #endif -#define LIBAVFORMAT_VERSION_INT ((49<<16)+(2<<8)+0) -#define LIBAVFORMAT_VERSION 49.2.0 +#define LIBAVFORMAT_VERSION_INT ((50<<16)+(0<<8)+0) +#define LIBAVFORMAT_VERSION 50.0.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) |