[FFmpeg-devel] [PATCH] libavcodec/lpc.c: Fix warning about uninitialized variable
Patrik Kullman
patrik
Wed Feb 11 13:19:26 CET 2009
>
> These 3 changes should probably be in 3 separate commits.
>
> -Justin
How about this?
ffmpeg-lpc-document_use_lpc.patch:
Document explanation on how use_lpc is set
ffmpeg-lpc_assert_use_lpc.patch:
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
ffmpeg-lpc-uninit-weight.patch:
Based on ffmpeg-lpc_assert_use_lpc.patch, remove false positive
compilation warning about weight being uninitialized.
/Patrik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-lpc-document_use_lpc.patch
Type: text/x-patch
Size: 622 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090211/ceb7b9ef/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-lpc-assert_use_lpc.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090211/ceb7b9ef/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-lpc-uninit-weight.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090211/ceb7b9ef/attachment-0002.bin>
More information about the ffmpeg-devel
mailing list