diff motion_est_template.c @ 6481:493dc59d469a libavcodec

add FF_ prefix to all (frame)_TYPE usage
author aurel
date Sun, 09 Mar 2008 23:31:02 +0000
parents 2b72f9bc4f06
children f03d29b6fefe
line wrap: on
line diff
--- a/motion_est_template.c	Sun Mar 09 17:05:19 2008 +0000
+++ b/motion_est_template.c	Sun Mar 09 23:31:02 2008 +0000
@@ -1035,7 +1035,7 @@
     score_map[0]= dmin;
 
     //FIXME precalc first term below?
-    if((s->pict_type == B_TYPE && !(c->flags & FLAG_DIRECT)) || s->flags&CODEC_FLAG_MV0)
+    if((s->pict_type == FF_B_TYPE && !(c->flags & FLAG_DIRECT)) || s->flags&CODEC_FLAG_MV0)
         dmin += (mv_penalty[pred_x] + mv_penalty[pred_y])*penalty_factor;
 
     /* first line */