comparison avcodec.h @ 277:5cb2978e701f libavcodec

new motion estimation (epzs) not complete yet but allready pretty good :) unlimited mv search range minor bugfix in the mpeg4 header parser reset picture in gop counter if scene change is detected
author michaelni
date Fri, 22 Mar 2002 02:21:17 +0000
parents 09ae29b27ed9
children 1fc96b02142e
comparison
equal deleted inserted replaced
276:1e2f9ef286d4 277:5cb2978e701f
55 extern int motion_estimation_method; 55 extern int motion_estimation_method;
56 #define ME_ZERO 0 56 #define ME_ZERO 0
57 #define ME_FULL 1 57 #define ME_FULL 1
58 #define ME_LOG 2 58 #define ME_LOG 2
59 #define ME_PHODS 3 59 #define ME_PHODS 3
60 #define ME_EPZS 4
61 #define ME_X1 5
60 62
61 /* encoding support */ 63 /* encoding support */
62 64
63 #define CODEC_FLAG_HQ 0x0001 /* high quality (non real time) encoding */ 65 #define CODEC_FLAG_HQ 0x0001 /* high quality (non real time) encoding */
64 #define CODEC_FLAG_QSCALE 0x0002 /* use fixed qscale */ 66 #define CODEC_FLAG_QSCALE 0x0002 /* use fixed qscale */