Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit
authorDiego Biurrun <diego@biurrun.de>
Thu, 5 Mar 2009 23:38:52 +0000 (23:38 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 5 Mar 2009 23:38:52 +0000 (23:38 +0000)
commit1b0f4920b80f7d10d9ede1adf7368869a954e6a6
treedb8c9c487e523c41575bf527f4dbc2b167a3ee23
parentde2c2b5a9806886d93b29f92c7bb4cfa80ddfabd
Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit
to work around false positive 'may be used uninitialized' warnings.

Originally committed as revision 17837 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c