Fix (with av_uninit()) false positive warning about uninitialized variable:
authorPatrik Kullman <patrik@yes.nu>
Tue, 10 Feb 2009 10:35:05 +0000 (10:35 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Tue, 10 Feb 2009 10:35:05 +0000 (10:35 +0000)
commit79ff462e73e73591573bcd01e8ee6614b7ac1c69
tree1509d671feba62e2737758f514fb179263bcbcc2
parent0dd89666380be935d5b3b52dce09bcd09688d267
Fix (with av_uninit()) false positive warning about uninitialized variable:
offset is initialized and used if code == 1.
patch by Patrik Kullman %patrik A yes P nu%

Originally committed as revision 17128 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/bfi.c