[MPlayer-cvslog] r24645 - trunk/libmpdemux/demux_nemesi.c

Nico Sabbi Nicola.Sabbi at poste.it
Fri Sep 28 14:35:40 CEST 2007


Il Friday 28 September 2007 13:41:25 lu_zero ha scritto:
> Author: lu_zero
> Date: Fri Sep 28 13:41:25 2007
> New Revision: 24645
>
> Log:
> h263 exposed
>
> Modified:
>    trunk/libmpdemux/demux_nemesi.c
>
> Modified: trunk/libmpdemux/demux_nemesi.c
> ===================================================================
>=========== --- trunk/libmpdemux/demux_nemesi.c	(original)
> +++ trunk/libmpdemux/demux_nemesi.c	Fri Sep 28 13:41:25 2007
> @@ -215,6 +215,9 @@ demuxer_t* demux_open_rtp(demuxer_t* dem
>                  } else if (!strcmp(format_name, "H264")) {
>                      bih->biCompression =
>                          sh_video->format =
> mmioFOURCC('H','2','6','4'); +                } else if
> (!strcmp(format_name, "H263-1998")) { +                   
> bih->biCompression =
> +                        sh_video->format =
> mmioFOURCC('H','2','6','3'); } else {
>                      mp_msg(MSGT_DEMUX, MSGL_WARN,
>                          "Unknown MPlayer format code for MIME"

as I wrote previously this "method" will make the file grow to +INF.
Why don't you use a LUT ??



More information about the MPlayer-cvslog mailing list