Commit cab0e6fb authored by Gildas Bazin's avatar Gildas Bazin

* modules/audio_filter/normvol.c: oops.

parent a705ab33
...@@ -56,12 +56,12 @@ static void Close ( vlc_object_t * ); ...@@ -56,12 +56,12 @@ static void Close ( vlc_object_t * );
static void DoWork ( aout_instance_t * , aout_filter_t *, static void DoWork ( aout_instance_t * , aout_filter_t *,
aout_buffer_t * , aout_buffer_t *); aout_buffer_t * , aout_buffer_t *);
struct aout_filter_sys_t typedef struct aout_filter_sys_t
{ {
int i_nb; int i_nb;
float *p_last; float *p_last;
float f_max; float f_max;
}; } aout_filter_sys_t;
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment