[MPlayer-dev-eng] weird al hotfix :)
Michael Niedermayer
michaelni at gmx.at
Tue Jan 1 15:53:44 CET 2002
Hi
rounding is wrong, this one does make sense, ill guess there is a bit /
version number somewhere which toggles this behavior
-------Hand made diff of libavcodec/msmpeg4.c-----
s->dc_table_index = get_bits1(&s->gb);
s->mv_table_index = get_bits1(&s->gb);
- s->no_rounding ^= 1;
+ s->no_rounding = 0;
}
#ifdef DEBUG
-------end------
files which need flipflop rounding:
Lorenna_McKennit-Mummers_Dance-Mononoke_Hime-gabucino.avi
files which need allways rounding:
w.asf
Michael
More information about the MPlayer-dev-eng
mailing list