Skip to content

Commit

Permalink
Increase sample count for jitter calculation.
Browse files Browse the repository at this point in the history
Fixes issue with one specific AAC track.
  • Loading branch information
clsid2 committed Sep 30, 2021
1 parent c390f95 commit 0e7aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/LAVAudio/LAVAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ HRESULT CLAVAudio::ffmpeg_init(AVCodecID codec, const void *format, const GUID f
}
else
{
m_faJitter.SetNumSamples(50);
m_faJitter.SetNumSamples(64);
m_JitterLimit = MAX_JITTER_DESYNC;
}

Expand Down

0 comments on commit 0e7aa35

Please sign in to comment.