From e30174cda74613a8e8d86763af4aeb943b4f7c0b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 30 Jul 2004 11:12:47 +0000 Subject: [PATCH] raise build number for the snow Originally committed as revision 3364 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cbb3b30dde..a40a83e37f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -17,7 +17,7 @@ extern "C" { #define FFMPEG_VERSION_INT 0x000409 #define FFMPEG_VERSION "0.4.9-pre1" -#define LIBAVCODEC_BUILD 4718 +#define LIBAVCODEC_BUILD 4719 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT #define LIBAVCODEC_VERSION FFMPEG_VERSION