Remove now-unnecessary assertion.
authorCarl Hetherington <cth@carlh.net>
Tue, 15 Aug 2023 13:02:29 +0000 (15:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 15 Aug 2023 13:02:54 +0000 (15:02 +0200)
commitf6c6232941671095b0a857a5a5c5392f52d6c3aa
treece75af7a5964e1c664bd9dbdc967cf7f6821bbfb
parent5953096c98d38cd596c4aa5d2ae533cc16697f12
Remove now-unnecessary assertion.

Since e29ce33a36c2e20444d57196defc86d5072bce81 channels is the
number of channels in the frame, and also the number in data,
so we don't need to check this any more.
src/lib/ffmpeg_decoder.cc
test/audio_analysis_test.cc