comparison avcodec.h @ 669:b4bddbde44f3 libavcodec

aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars)
author al3x
date Fri, 13 Sep 2002 19:31:32 +0000
parents 850098147a3c
children b3869ffff47a
comparison
equal deleted inserted replaced
668:acd1a808343b 669:b4bddbde44f3
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 4622 8 #define LIBAVCODEC_BUILD 4623
9 #define LIBAVCODEC_BUILD_STR "4622" 9 #define LIBAVCODEC_BUILD_STR "4623"
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,