[MPlayer-cvslog] CVS: main/libmpdemux muxer_mpeg.c,1.7,1.8
D Richard Felker III
dalias at aerifal.cx
Thu Feb 24 23:01:11 CET 2005
On Thu, Feb 24, 2005 at 09:23:15PM +0100, Nico Sabbi CVS wrote:
> CVS change done by Nico Sabbi CVS
>
> Update of /cvsroot/mplayer/main/libmpdemux
> In directory mail:/var2/tmp/cvs-serv8472
>
> Modified Files:
> muxer_mpeg.c
> Log Message:
> disabled by default frame reordering
>
> Index: muxer_mpeg.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpdemux/muxer_mpeg.c,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -r1.7 -r1.8
> --- muxer_mpeg.c 23 Feb 2005 07:30:37 -0000 1.7
> +++ muxer_mpeg.c 24 Feb 2005 20:23:13 -0000 1.8
> @@ -74,7 +74,7 @@
> static int conf_init_adelay = 0;
> static int conf_drop = 0;
> static int conf_skip_padding = 0;
> -static int conf_noreorder = 0;
> +static int conf_reorder = 0;
>
> enum FRAME_TYPE {
> I_FRAME = 1,
> @@ -171,7 +171,7 @@
> {"drop", &conf_drop, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> {"tsaf", &conf_ts_allframes, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> {"skip_padding", &conf_skip_padding, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> - {"noreorder", &conf_noreorder, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> + {"reorder", &conf_reorder, CONF_TYPE_FLAG, 0, 0, 1, NULL},
please leave both options!
otherwise it's impossible to put one in your config file and override
it with the other on the command line..
rich
More information about the MPlayer-cvslog
mailing list