fix warning reported by Intel C compiler:
authorDiego Pettenò <flameeyes@gmail.com>
Thu, 2 Oct 2008 19:24:26 +0000 (19:24 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 2 Oct 2008 19:24:26 +0000 (19:24 +0000)
commit9aa1cfec1a8597f3bd0f9fa564c43a53e42fab25
treee30139853604264d2b354d1db3c364d8ed701526
parent2d5174fc46de0cc6452290b901e0a68b729a6704
fix warning reported by Intel C compiler:
libavcodec/h264_parser.c(77): warning #589: transfer of control
bypasses initialization of:
           variable "v" (declared at line 58)
                 goto found;
This new form also improves readability.

Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com%

Originally committed as revision 15526 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_parser.c