diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2002-05-12 16:06:45 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2002-05-12 16:06:45 +0000 |
commit | 79b0d5f925a3dfc23772721926f3dd252643ac9b (patch) | |
tree | cbc437b121721194520edda127f277f0b30ab0c1 | |
parent | 8bceb6af09c3c2db5d111c06244901ce503c7a72 (diff) | |
download | ffmpeg-79b0d5f925a3dfc23772721926f3dd252643ac9b.tar.gz |
build num ++
Originally committed as revision 490 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cd42058ff1..3bd0b8a9bb 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -5,8 +5,8 @@ #define LIBAVCODEC_VERSION_INT 0x000406 #define LIBAVCODEC_VERSION "0.4.6" -#define LIBAVCODEC_BUILD 4607 -#define LIBAVCODEC_BUILD_STR "4607" +#define LIBAVCODEC_BUILD 4608 +#define LIBAVCODEC_BUILD_STR "4608" enum CodecID { CODEC_ID_NONE, |