[FFmpeg-devel] [PATCH] fix crash in ffplay.c #2
Ronald S. Bultje
rsbultje
Tue Dec 30 01:54:26 CET 2008
Hi,
On Mon, Dec 29, 2008 at 7:33 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> This is certainly not a correct fix ...
> And its hard to say how to fix it without any clue about the kind of
> file you try to play, or why channels are not set.
It's the file provided by Jai in the thread "[FFmpeg-devel] [PATCH]
fix crash in realmedia demuxer". The file is a multirate-.rm file,
i.e. some tracks only start several MB into the file, I think there's
a filesize limit in av_find_stream_info(). anyway, that's practical,
in theory there's many reasons why av_find_stream_info() could fail to
find stream info for some tracks.
I know the fix isn't correct, just trying to describe the problem and
hope someone will make this hack unnecessary in my local tree.
Ronald
More information about the ffmpeg-devel
mailing list