From 290de806e10b1d1f5f89dd97e0b47c7bae5e0a93 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 20 Jul 2008 10:54:32 +0000 Subject: Config entries for video decoder selection --- setup_menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup_menu.c') diff --git a/setup_menu.c b/setup_menu.c index 48081a34..24f5d5a5 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.60 2008-07-20 10:44:02 phintuka Exp $ + * $Id: setup_menu.c,v 1.61 2008-07-20 10:54:32 phintuka Exp $ * */ @@ -827,6 +827,8 @@ void cMenuSetupVideo::Store(void) SetupStore("Post.denoise3d.luma", xc.denoise3d_luma); SetupStore("Post.denoise3d.chroma", xc.denoise3d_chroma); SetupStore("Post.denoise3d.time", xc.denoise3d_time); + SetupStore("Video.Decoder.MPEG2", xc.s_decoders_MPEG2[xc.decoder_mpeg2]); + SetupStore("Video.Decoder.H264", xc.s_decoders_H264[xc.decoder_h264]); #if 1 // delete old keys (<1.0.0) SetupStore("Video.AutoScale"); -- cgit v1.2.3