[MPlayer-users] Mplayer bug with several files
Alexandr Orlov
alxorlov at pochta.ru
Tue Oct 31 21:50:39 CET 2006
On Tue, 31 Oct 2006 20:25:36 +0100
Nico Sabbi <nicola_sabbi at fastwebnet.it> wrote:
> with this patch applied:
>
> Index: libmpdemux/demux_ts.c
> ===================================================================
> --- libmpdemux/demux_ts.c (revisione 20544)
> +++ libmpdemux/demux_ts.c (copia locale)
> @@ -68,7 +68,8 @@
> UNKNOWN = -1,
> VIDEO_MPEG1 = 0x10000001,
> VIDEO_MPEG2 = 0x10000002,
> - VIDEO_MPEG4 = 0x10000004,
> + //VIDEO_MPEG4 = 0x10000004,
> + VIDEO_MPEG4 = mmioFOURCC('F', 'M', 'P', '4'),
> VIDEO_H264 = 0x10000005,
> VIDEO_AVC = mmioFOURCC('a', 'v', 'c', '1'),
> AUDIO_MP2 = 0x50,
>
> and adding -fps 25 everything plays well.
>
Great, thank you very much! It works perfectly!
P.S. Is this patch safe for other type of videos, not MPEG-TS?
--
Alexandr Orlov
More information about the MPlayer-users
mailing list