Mercurial > libavcodec.hg
comparison avcodec.h @ 1086:d3b93dc997a3 libavcodec
user specified motion estimation range limit
h263 me range fixed (was smaller then needed)
| author | michaelni |
|---|---|
| date | Thu, 27 Feb 2003 22:56:07 +0000 |
| parents | 9acf4b552047 |
| children | 03df246fb06b |
comparison
equal
deleted
inserted
replaced
| 1085:9acf4b552047 | 1086:d3b93dc997a3 |
|---|---|
| 14 | 14 |
| 15 #include "common.h" | 15 #include "common.h" |
| 16 | 16 |
| 17 #define LIBAVCODEC_VERSION_INT 0x000406 | 17 #define LIBAVCODEC_VERSION_INT 0x000406 |
| 18 #define LIBAVCODEC_VERSION "0.4.6" | 18 #define LIBAVCODEC_VERSION "0.4.6" |
| 19 #define LIBAVCODEC_BUILD 4658 | 19 #define LIBAVCODEC_BUILD 4659 |
| 20 #define LIBAVCODEC_BUILD_STR "4658" | 20 #define LIBAVCODEC_BUILD_STR "4659" |
| 21 | 21 |
| 22 enum CodecID { | 22 enum CodecID { |
| 23 CODEC_ID_NONE, | 23 CODEC_ID_NONE, |
| 24 CODEC_ID_MPEG1VIDEO, | 24 CODEC_ID_MPEG1VIDEO, |
| 25 CODEC_ID_H263, | 25 CODEC_ID_H263, |
| 969 #define FF_DTG_AFD_14_9 11 | 969 #define FF_DTG_AFD_14_9 11 |
| 970 #define FF_DTG_AFD_4_3_SP_14_9 13 | 970 #define FF_DTG_AFD_4_3_SP_14_9 13 |
| 971 #define FF_DTG_AFD_16_9_SP_14_9 14 | 971 #define FF_DTG_AFD_16_9_SP_14_9 14 |
| 972 #define FF_DTG_AFD_SP_4_3 15 | 972 #define FF_DTG_AFD_SP_4_3 15 |
| 973 | 973 |
| 974 int me_range; | |
| 975 /** | |
| 976 * Maximum motion estimation search range in subpel units. | |
| 977 * if 0 then no limit | |
| 978 * | |
| 979 * encoding: set by user. | |
| 980 * decoding: unused. | |
| 981 */ | |
| 982 | |
| 974 } AVCodecContext; | 983 } AVCodecContext; |
| 975 | 984 |
| 976 //void avcodec_getopt(AVCodecContext* avctx, const char* str, avc_config_t** config); | 985 //void avcodec_getopt(AVCodecContext* avctx, const char* str, avc_config_t** config); |
| 977 | 986 |
| 978 typedef struct AVOption { | 987 typedef struct AVOption { |
