diff libxvid_rc.c @ 6481:493dc59d469a libavcodec

add FF_ prefix to all (frame)_TYPE usage
author aurel
date Sun, 09 Mar 2008 23:31:02 +0000
parents c3f2379b80db
children 25dcd46b8160
line wrap: on
line diff
--- a/libxvid_rc.c	Sun Mar 09 17:05:19 2008 +0000
+++ b/libxvid_rc.c	Sun Mar 09 23:31:02 2008 +0000
@@ -134,7 +134,7 @@
     if(!dry_run)
         s->rc_context.dry_run_qscale= 0;
 
-    if(s->pict_type == B_TYPE) //FIXME this is not exactly identical to xvid
+    if(s->pict_type == FF_B_TYPE) //FIXME this is not exactly identical to xvid
         return xvid_plg_data.quant * FF_QP2LAMBDA * s->avctx->b_quant_factor + s->avctx->b_quant_offset;
     else
         return xvid_plg_data.quant * FF_QP2LAMBDA;