[Ffmpeg-devel] Re: WMA decoder improvement

Reimar Döffinger Reimar.Doeffinger
Thu Apr 5 23:34:11 CEST 2007


Hello,
On Thu, Apr 05, 2007 at 10:10:07PM +0100, Patrice Bensoussan wrote:
> On 5 Apr 2007, at 22:01, Reimar D?ffinger wrote:
> >On Thu, Apr 05, 2007 at 09:48:14PM +0100, Patrice Bensoussan wrote:
> >[...]
> >>This patch completely breaks the decoding of sample files I have.
> >>Moreover it generate a lot of warnings at runtime related to double
> >>free() calls.
> >
> >Why do you think this is related to this patch? Also, at least a  
> >sample
> >file or a proper backtrace or valgrind log of the double frees  
> >would be
> >needed.
> >And make you sure you did not forget "make distclean".
> >
> 
> well... because I narrowed down the problem to this patch. (version  
> SVN-r8626 works fine).
> Sample file uploaded in /MPlayer/incoming/broken_wma.

Plays fine on Linux/AMD64.
Please check your ffplay binary with ldd, there is a bug that at least
for me causes it to be linked against the shared system-libavutil even
though I configured for static linking...
Here ldd shows
libavutil.so.49 => /usr/lib/libavutil.so.49 (0x0000003f01200000)
but no such lines for avcodec or avformat.

Greetings,
Reimar D?ffinger




More information about the ffmpeg-devel mailing list