[FFmpeg-devel] [PATCH] libavformat/electronicarts.c: Fix warning about uninitialized variable

Patrik Kullman patrik
Tue Feb 10 09:43:51 CET 2009


False positive.

num_samples is initialized and used for CODEC_ID_PCM_S16LE_PLANAR and
CODEC_ID_MP3.

Use av_uninit() macro.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-electronicarts-uninit_num_samples.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090210/a5720f92/attachment.bin>



More information about the ffmpeg-devel mailing list