OSDN Git Service

VP8: use a goto to break out of two loops
authorJason Garrett-Glaser <jason@x264.com>
Wed, 9 Mar 2011 21:46:23 +0000 (13:46 -0800)
committerJason Garrett-Glaser <jason@x264.com>
Sat, 12 Mar 2011 11:41:33 +0000 (03:41 -0800)
commit628b48db85dae7ad212a63dafcd6a3bf8d8e93f3
treee81e02190b0eeb6bf0c91d6aeead26600ed41e16
parenta5444fee06e9d14637396b4237d0204187a076e0
VP8: use a goto to break out of two loops

A break statement was supposed to break out of two loops, but only broke out of one.
Didn't affect output, just could have been marginally slower.
libavcodec/vp8.c