search for: avcodec_audio_decode2

Displaying 1 result from an estimated 1 matches for "avcodec_audio_decode2".

Did you mean: avcodec_audio_decode
2007 Mar 22
2
Patches to Fix Warnings
I've been looking at packaging swfdec on my Fedora 6 system. Unfortunately since a git source checkout compiles with -Werror I've been having problems because of all of the unused parameter warnings. I've developed some patches that eliminate the problem by marking all of the unused parameters with __attribute__ ((unused)). The attribute markings are all macroized so if you