Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
cab0e6fb
Commit
cab0e6fb
authored
Nov 03, 2004
by
gbazin
Browse files
* modules/audio_filter/normvol.c: oops.
parent
a705ab33
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/audio_filter/normvol.c
View file @
cab0e6fb
...
...
@@ -56,12 +56,12 @@ static void Close ( vlc_object_t * );
static
void
DoWork
(
aout_instance_t
*
,
aout_filter_t
*
,
aout_buffer_t
*
,
aout_buffer_t
*
);
struct
aout_filter_sys_t
typedef
struct
aout_filter_sys_t
{
int
i_nb
;
float
*
p_last
;
float
f_max
;
};
}
aout_filter_sys_t
;
/*****************************************************************************
* Module descriptor
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment