# HG changeset patch # User michael # Date 1266225060 0 # Node ID 421c6cd2fb9fdeed0e30738b101c786a248eed14 # Parent 0010335497adbf2c8e5158df88bb8c7b78f6e8ed 10l ;; gcc 2.95 compilation fix by mike diff -r 0010335497ad -r 421c6cd2fb9f h264_direct.c --- a/h264_direct.c Mon Feb 15 01:24:50 2010 +0000 +++ b/h264_direct.c Mon Feb 15 09:11:00 2010 +0000 @@ -149,7 +149,7 @@ const int16_t (*l1mv0)[2], (*l1mv1)[2]; const int8_t *l1ref0, *l1ref1; const int is_b8x8 = IS_8X8(*mb_type); - unsigned int sub_mb_type= MB_TYPE_L0L1;; + unsigned int sub_mb_type= MB_TYPE_L0L1; int i8, i4; int ref[2]; int mv[2];