Skip to content

Commit

Permalink
aout: fix comment
Browse files Browse the repository at this point in the history
Most aout modules -> some aout modules.
  • Loading branch information
tguillem authored and robUx4 committed Nov 23, 2022
1 parent f406f56 commit 93cc6fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/audio_output/dec.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,10 @@ static void stream_Synchronize(vlc_aout_stream *stream, vlc_tick_t system_now,

if (stream->sync.discontinuity)
{
/* Chicken-egg situation for most aout modules that can't be
* started deferred (all except PulseAudio). These modules will
* start to play data immediately and ignore the given play_date
* (that take the clock jitter into account). We don't want to let
/* Chicken-egg situation for some aout modules that can't be
* started deferred (like alsa). These modules will start to play
* data immediately and ignore the given play_date (that take the
* clock jitter into account). We don't want to let
* stream_HandleDrift() handle the first silence (from the "Early
* audio output" case) since this function will first update the
* clock without taking the jitter into account. Therefore, we
Expand Down

0 comments on commit 93cc6fd

Please sign in to comment.