Mercurial > libavcodec.hg
changeset 11174:421c6cd2fb9f libavcodec
10l ;; gcc 2.95 compilation fix by mike
author | michael |
---|---|
date | Mon, 15 Feb 2010 09:11:00 +0000 |
parents | 0010335497ad |
children | 30856cadb01b |
files | h264_direct.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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];