3 --- src
/post
/audio
/upmix_mono
.c
.orig
2011-08-30 13:13:31.000000000 +0000
4 +++ src
/post
/audio
/upmix_mono
.c
5 @@
-48,7 +48,8 @@
typedef struct upmix_mono_parameters_s
{
6 * description of params
struct
8 START_PARAM_DESCR( upmix_mono_parameters_t
)
9 -PARAM_ITEM( POST_PARAM_TYPE_INT
, channel
, NULL
, -1, 5, 0,
10 +PARAM_ITEM( upmix_mono_parameters_t
,
11 + POST_PARAM_TYPE_INT
, channel
, NULL
, -1, 5, 0,
12 "Select channel to upmix (duplicate) to stereo" )
13 END_PARAM_DESCR( param_descr
)