OSDN Git Service

change while loops to do-while as the condition is true the first time and the check...
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Jan 2007 00:22:24 +0000 (00:22 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Jan 2007 00:22:24 +0000 (00:22 +0000)
commit50b4468598cbc032c0ec4597df9637f71b9ef664
treec66f6eca92dffbf8f31b78fdf0732e4dd3e44b3b
parent4497712f091690948c7ddaf8ffd01202dfef9931
change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles

Originally committed as revision 7576 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/fifo.c