[MPlayer-dev-eng] [PATCH] Do not call to th_decode_ycbcr_out() for packets representing a dropped (0-byte) frame.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Jan 17 20:25:05 CET 2012
On Tue, Jan 17, 2012 at 06:34:22PM +0100, Giorgio Vazzana wrote:
> ps: Not related to this patch, but I've just found two other streams
> that only seem to work with -demuxer ogg (although ffplay can play
> them):
>
> http://modulix.org:8000/libre.ogg
> http://modulix.org:8000/savoir.ogg
The fact that ffplay can play them probably is probably
more a bug of ffplay.
If you use ffprobe -show_packets you will see that the
first video packet has a timestamp of 0 and the next
of around 1600 seconds.
That should be about the time MPlayer will start to continue
playing the video part (that it continues to play audio even
though the timestamps are the same is just because it can't any
different).
More information about the MPlayer-dev-eng
mailing list