diff options
author | Michael Chinen <mchinen@gmail.com> | 2010-12-07 14:50:50 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2010-12-07 14:50:50 +0000 |
commit | 475ae04a274ba7e32f56485c12a3db6a8714f431 (patch) | |
tree | 453086ee3491c060f1817c8b6f95502742bf7ab4 /libavcodec/avcodec.h | |
parent | ed4e1e58332d3162881fea063615b6700b38bbb9 (diff) | |
download | ffmpeg-475ae04a274ba7e32f56485c12a3db6a8714f431.tar.gz |
Add a FLAC parser.
Seek test reference updated because FLAC seeking now works properly.
Fixes roundup issue 1150.
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25914 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 32eef26392..94ae9d3808 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -32,7 +32,7 @@ #include "libavutil/cpu.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 98 +#define LIBAVCODEC_VERSION_MINOR 99 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |