diff options
author | Mohamed Naufal Basheer <naufal11@gmail.com> | 2011-03-17 23:56:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-29 21:44:03 +0200 |
commit | f990dc374eee84e7e1fd4da1309b9de0bd4f3216 (patch) | |
tree | d904736b73ee2e96299ea20b6888fa06587f5707 /libavcodec/version.h | |
parent | da43980fa5a3d4a7240bcb7ae0a458bef3379fa9 (diff) | |
download | ffmpeg-f990dc374eee84e7e1fd4da1309b9de0bd4f3216.tar.gz |
Add the G723.1 demuxer and decoder
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 872857d845..1b5ee01c95 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 18 +#define LIBAVCODEC_VERSION_MINOR 19 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |