]> git.sesse.net Git - ffmpeg/commit
lavc/xfaceenc: prefer do{}while() over for(){} construct in xface_encode_frame()...
authorStefano Sabatini <stefasab@gmail.com>
Sat, 3 Nov 2012 22:26:43 +0000 (23:26 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Sat, 3 Nov 2012 22:35:50 +0000 (23:35 +0100)
commitaa48446c9a42fc29ae46ea98717f29edc7fec27d
tree6be31827acab3b331e9ce557ba6844481a14a02a
parent33d54af427f73ec926b78d7f4e43571b48bc8ea0
lavc/xfaceenc: prefer do{}while() over for(){} construct in xface_encode_frame() loop

Slightly simplify readability, since the initial check is unnecessary.
libavcodec/xfaceenc.c