Skip to content

Commit

Permalink
SoundSourceFFmpeg: Remove wrong debug assertion
Browse files Browse the repository at this point in the history
As discussed here:
mixxxdj#4129 (comment)
  • Loading branch information
Holzhaus committed Jul 21, 2021
1 parent 1005e8e commit f61524d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sources/soundsourceffmpeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,6 @@ const CSAMPLE* SoundSourceFFmpeg::resampleDecodedAVFrame() {
#if VERBOSE_DEBUG_LOG
avTrace("Received resampled frame", *m_pavResampledFrame);
#endif
DEBUG_ASSERT(m_pavDecodedFrame->pts == m_pavResampledFrame->pts);
DEBUG_ASSERT(m_pavDecodedFrame->nb_samples ==
m_pavResampledFrame->nb_samples);
return reinterpret_cast<const CSAMPLE*>(
Expand Down

0 comments on commit f61524d

Please sign in to comment.