[Mplayer-cvslog] CVS: main/opendivx mp4_mblock.c,1.2,1.3
GEREOFFY
arpi_esp at users.sourceforge.net
Fri Mar 16 00:19:34 CET 2001
Update of /cvsroot/mplayer/main/opendivx
In directory usw-pr-cvs1:/tmp/cvs-serv18464
Modified Files:
mp4_mblock.c
Log Message:
applied fix by Andrew Woznytsa
Index: mp4_mblock.c
===================================================================
RCS file: /cvsroot/mplayer/main/opendivx/mp4_mblock.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mp4_mblock.c 2001/03/11 02:32:51 1.2
--- mp4_mblock.c 2001/03/15 23:19:32 1.3
***************
*** 125,132 ****
--- 125,140 ----
// texture decoding add
for (j = 0; j < 6; j++) {
+ #if 1
+ if(mp4_hdr.cbp & (1 << (5 - j))){
+ blockInter(j, 1);
+ addblockInter(j, mp4_hdr.mb_xpos, mp4_hdr.mb_ypos);
+ }
+ // else putchar('#');
+ #else
int coded = mp4_hdr.cbp & (1 << (5 - j));
blockInter(j, (coded != 0));
addblockInter(j, mp4_hdr.mb_xpos, mp4_hdr.mb_ypos);
+ #endif
}
}
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list