summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2002-05-11 23:42:16 +0000
committerJuanjo <pulento@users.sourceforge.net>2002-05-11 23:42:16 +0000
commit9cd3766f6e715b15275240490da39090bfee55e6 (patch)
tree02a66ca2c1490a582531fe1740d9491b183e14a4 /libavcodec/motion_est.c
parenta5dc85efb83a891070eb5f7a8f24834539fdf5df (diff)
downloadffmpeg-streaming-9cd3766f6e715b15275240490da39090bfee55e6.zip
ffmpeg-streaming-9cd3766f6e715b15275240490da39090bfee55e6.tar.gz
- pict_type exported to AVCodecContext
- Added real_pict_num to AVCodecContext, it represent the number of the previous encoded frame, usefull when coding with B frames. - Warning fix in motion_est.c Originally committed as revision 484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 1ba246a..0cd815b 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -25,7 +25,7 @@
#include "dsputil.h"
#include "mpegvideo.h"
-#define ABS(a) ((a)>0 ? (a) : -(a))
+//#define ABS(a) ((a)>0 ? (a) : -(a))
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#define INTER_BIAS 257
OpenPOWER on IntegriCloud