[MPlayer-users] Fresh svn mplayer crashes on many ac3 streams

Vladimir Mosgalin mosgalin at VM10124.spb.edu
Sat May 28 20:57:36 CEST 2011


Hi Ivan Kalvachev!

 On 2011.05.28 at 20:51:34 +0300, Ivan Kalvachev wrote next:

> Good candidates for such files are ac3dec.c (from the error), and the
> other ac3* in the mplayer/ffmpeg/libavcodec directory.
> 
> If this doesn't help, you can go brute force. To save some time. Do
> the `touch` in bulk on whole directories. Aka sub-systems.
> When you find the subsystem that fixes it, try to narrow down the files in it.

Oh, regarding warnings, there weren't any. When I added extra -W I got a
few, but they all are false warnings.

ac3dec.c: In function 'decode_exponents':
ac3dec.c:379:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ac3dec.c: In function 'decode_audio_block':
ac3dec.c:899:47: warning: signed and unsigned type in conditional expression [-Wsign-compare]
ac3dec.c:934:81: warning: signed and unsigned type in conditional expression [-Wsign-compare]
ac3dec.c: At top level:
ac3dec.c:1453:1: warning: missing initializer [-Wmissing-field-initializers]
ac3dec.c:1453:1: warning: (near initialization for 'ff_ac3_decoder.channel_layouts') [-Wmissing-field-initializers]
ac3dec.c:1468:1: warning: missing initializer [-Wmissing-field-initializers]
ac3dec.c:1468:1: warning: (near initialization for 'ff_eac3_decoder.channel_layouts') [-Wmissing-field-initializers]


-- 

Vladimir


More information about the MPlayer-users mailing list