[MPlayer-users] Mplayer bug with several files
Nico Sabbi
nicola_sabbi at fastwebnet.it
Tue Oct 31 20:28:27 CET 2006
Nico Sabbi wrote:
>
> 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'),
if you prefer setting VIDEO_MPEG4 = mmioFOURCC('X', 'V', 'I', 'D'),
permits to use -vc xvid
More information about the MPlayer-users
mailing list