comparison avcodec.h @ 1442:2a4bd3a11d4a libavcodec

bump version numbers to 0.4.8
author al3x
date Fri, 05 Sep 2003 14:41:53 +0000
parents 902750d5393b
children 47f4c8a5a7fc
comparison
equal deleted inserted replaced
1441:78e8c23729f4 1442:2a4bd3a11d4a
11 extern "C" { 11 extern "C" {
12 #endif 12 #endif
13 13
14 #include "common.h" 14 #include "common.h"
15 15
16 #define LIBAVCODEC_VERSION_INT 0x000406 16 #define LIBAVCODEC_VERSION_INT 0x000408
17 #define LIBAVCODEC_VERSION "0.4.6" 17 #define LIBAVCODEC_VERSION "0.4.8"
18 #define LIBAVCODEC_BUILD 4677 18 #define LIBAVCODEC_BUILD 4677
19 #define LIBAVCODEC_BUILD_STR "4677" 19 #define LIBAVCODEC_BUILD_STR "4677"
20 20
21 #define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" LIBAVCODEC_BUILD_STR 21 #define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" LIBAVCODEC_BUILD_STR
22 22