Skip to content
Snippets Groups Projects
Commit ac08f798 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

mp3dec: hack: fix decoding with safe bitstream reader


The buffer splicing relies on the bitstream reader over-reading
the end of the buffer as declared in init_get_bits(), although
more data is actually present.  Manually moving the bitstream
boundary after init_get_bits() allows this to work as expected.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 583d3b7f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment