Skip to content
Snippets Groups Projects
Commit 595fd0c8 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf
Browse files

aout: remove forward declaration

Leftover from b92f4f50
parent 45a5d291
No related branches found
No related tags found
Loading
Pipeline #208408 passed with stage
in 21 minutes and 55 seconds
......@@ -338,8 +338,6 @@ static void stream_StopResampling(vlc_aout_stream *stream)
aout_FiltersAdjustResampling (stream->filters, 0);
}
static void stream_Synchronize(vlc_aout_stream *stream, vlc_tick_t system_now,
vlc_tick_t dec_pts);
static void stream_Silence (vlc_aout_stream *stream, vlc_tick_t length, vlc_tick_t pts)
{
audio_output_t *aout = aout_stream_aout(stream);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment