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
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to