OSDN Git Service

Use / and % operators instead of reimplementing them with a loop.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 17 Apr 2009 19:56:50 +0000 (19:56 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 17 Apr 2009 19:56:50 +0000 (19:56 +0000)
commit977d813447a023b508e148b990445756faf3e393
treeb1c2b84642f864aaecdb9fcfbbabddb98647b499
parentb1e309865f6b4f67841c811faa5022e492095906
Use / and % operators instead of reimplementing them with a loop.

Originally committed as revision 18597 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/xan.c