[FFmpeg-devel] [PATCH] libavcodec/flacdec.c: Fix warning about uninitialized variable

Patrik Kullman patrik
Mon Feb 16 11:40:18 CET 2009


False positive.

If-statements and switch-cases match, so they can't be uninitialized.

Use av_uninit() macro.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-flacdec-uninit_abcd.patch
Type: text/x-patch
Size: 448 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090216/8e3110c7/attachment.bin>



More information about the ffmpeg-devel mailing list