comparison avcodec.h @ 380:975aa6fe83b8 libavcodec

build num ++
author nickols_k
date Sun, 12 May 2002 16:06:45 +0000
parents 47c878305986
children b1663b0ffbbc
comparison
equal deleted inserted replaced
379:47c878305986 380:975aa6fe83b8
3 3
4 #include "common.h" 4 #include "common.h"
5 5
6 #define LIBAVCODEC_VERSION_INT 0x000406 6 #define LIBAVCODEC_VERSION_INT 0x000406
7 #define LIBAVCODEC_VERSION "0.4.6" 7 #define LIBAVCODEC_VERSION "0.4.6"
8 #define LIBAVCODEC_BUILD 4607 8 #define LIBAVCODEC_BUILD 4608
9 #define LIBAVCODEC_BUILD_STR "4607" 9 #define LIBAVCODEC_BUILD_STR "4608"
10 10
11 enum CodecID { 11 enum CodecID {
12 CODEC_ID_NONE, 12 CODEC_ID_NONE,
13 CODEC_ID_MPEG1VIDEO, 13 CODEC_ID_MPEG1VIDEO,
14 CODEC_ID_H263, 14 CODEC_ID_H263,