comparison avcodec.h @ 367:abbed9f28d75 libavcodec

- MPEG-4 B frames coding option for ffmpeg.c - Warning fixes.
author pulento
date Mon, 06 May 2002 19:32:55 +0000
parents 1ee4ba4ca783
children 8187bb132d85
comparison
equal deleted inserted replaced
366:94268ece131e 367:abbed9f28d75
73 73
74 /* only for ME compatiblity with old apps */ 74 /* only for ME compatiblity with old apps */
75 extern int motion_estimation_method; 75 extern int motion_estimation_method;
76 76
77 /* ME algos sorted by quality */ 77 /* ME algos sorted by quality */
78 static const int Motion_Est_QTab[] = { 1, 4, 3, 6, 5, 2 }; 78 static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG,
79 ME_X1, ME_EPZS, ME_FULL };
79 80
80 #define FF_MAX_B_FRAMES 4 81 #define FF_MAX_B_FRAMES 4
81 82
82 /* encoding support */ 83 /* encoding support */
83 /* note not everything is supported yet */ 84 /* note not everything is supported yet */