[vlc-commits] [Git][videolan/vlc][master] aout: remove forward declaration

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Thu Apr 7 16:04:20 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
595fd0c8 by Thomas Guillem at 2022-04-07T15:46:13+00:00
aout: remove forward declaration

Leftover from b92f4f50b4db1c56f09afe2198bfda43fc3067ed

- - - - -


1 changed file:

- src/audio_output/dec.c


Changes:

=====================================
src/audio_output/dec.c
=====================================
@@ -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);



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/595fd0c8c0b7c1f8e3e0104bf66ca7a07ea2a323

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/595fd0c8c0b7c1f8e3e0104bf66ca7a07ea2a323
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list