summaryrefslogtreecommitdiff
path: root/setup_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup_menu.c')
-rw-r--r--setup_menu.c4
1 files changed, 3 insertions, 1 deletions
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");