[FFmpeg-devel] [PATCH] RealAudio 14.4 decoder: remove incorrect av_log() call

Francesco Lavra francescolavra
Tue Jan 5 12:11:09 CET 2010


Hi,
in libavcodec/ra144.c, av_log() is called with a pointer to a structure
which does not contain an AVClass pointer as first member.
The attached patch fixes this by removing that av_log() call; also,
since the third agument of eval_refl() is no more used, it is removed
altogether.
Regards,
Francesco

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ra144.patch
Type: text/x-patch
Size: 1056 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100105/698da5d2/attachment.bin>



More information about the ffmpeg-devel mailing list