]> git.sesse.net Git - ffmpeg/commit
wmavoice: disable bitstream checking.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 20 Dec 2016 22:14:26 +0000 (17:14 -0500)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 27 Dec 2016 15:02:33 +0000 (10:02 -0500)
commit3deb4b54a24f8cddce463d9f5751b01efeb976af
tree5dafa82a942eefa0d7d600404285a3750f247cc9
parent992cb15e671332650ddd5020c00cf08a40bb7cf0
wmavoice: disable bitstream checking.

The checked bitstream reader does that already. To allow parsing of
superframes split over a packet boundary, we always decode the last
superframe in each packet at the start of the next packet, even if
theoretically we could have decoded it. The last superframe in the
last packet is decoded using AV_CODEC_CAP_DELAY.
libavcodec/wmavoice.c