Mercurial > mplayer.hg
comparison help/help_mp-ja.h @ 26414:a7031923e4dc
demux_asf: Fix operator precedence in packet length check
Change (len & 3-1) to correct ((len & 3) - 1) in packet length check.
Also change "a - 1 < b" to simpler "a <= b".
author | uau |
---|---|
date | Sun, 13 Apr 2008 23:04:07 +0000 |
parents | eba1c76f896a |
children | 989aa2e9685f |
comparison
equal
deleted
inserted
replaced
26413:e988b302467e | 26414:a7031923e4dc |
---|