Fix errors with WAVs containing markers (#2617).
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Sep 2023 22:16:38 +0000 (00:16 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Sep 2023 22:57:58 +0000 (00:57 +0200)
commite67ce8ae4b9121bbcef2c1dcb61bdb5b9330ad78
treeee3d90621a55e1f487f08151e4ae1ae6ba4042f3
parent0c8349e3616735e21cc79bec8e705a77224f1921
Fix errors with WAVs containing markers (#2617).

I'm not 100% sure about this but they seem to end up giving audio
packets with no channels and no frames.  Here we handle such packets
better.
run/tests
src/lib/audio_buffers.cc
src/lib/audio_buffers.h
src/lib/ffmpeg_decoder.cc
test/content_test.cc