[Mplayer-cvslog] CVS: main cfg-common.h,1.130,1.131
Alex Beregszaszi
syncmail at mplayerhq.hu
Mon Apr 26 10:53:44 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv18257
Modified Files:
cfg-common.h
Log Message:
a52 dynamic range compression support by Peter Gansterer
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- cfg-common.h 24 Mar 2004 15:16:36 -0000 1.130
+++ cfg-common.h 26 Apr 2004 08:53:41 -0000 1.131
@@ -134,6 +134,8 @@
{"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 6, NULL},
{"format", &audio_output_format, CONF_TYPE_INT, CONF_RANGE, 0, 0x00002000, NULL},
+ {"a52drc", &a52_drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL},
+
// ------------------------- codec/vfilter options --------------------
// MP3-only: select stereo/left/right
@@ -303,6 +305,8 @@
#endif
+extern float a52_drc_level;
+
/* defined in libmpdemux: */
extern int hr_mp3_seek;
extern m_option_t demux_rawaudio_opts[];
More information about the MPlayer-cvslog
mailing list