diff options
author | phintuka <phintuka> | 2008-07-20 10:54:32 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-07-20 10:54:32 +0000 |
commit | 290de806e10b1d1f5f89dd97e0b47c7bae5e0a93 (patch) | |
tree | 1fd1bab9886567d41ebbb0998990573c92982916 /setup_menu.c | |
parent | 67c8d5d4c3c1db2c986412c68b868adbad4f5f15 (diff) | |
download | xineliboutput-290de806e10b1d1f5f89dd97e0b47c7bae5e0a93.tar.gz xineliboutput-290de806e10b1d1f5f89dd97e0b47c7bae5e0a93.tar.bz2 |
Config entries for video decoder selection
Diffstat (limited to 'setup_menu.c')
-rw-r--r-- | setup_menu.c | 4 |
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"); |