mirror of https://github.com/FFmpeg/FFmpeg.git
The APTX (HD) decoder decodes blocks of four (six) bytes to four output samples. It makes no sense to handle incomplete blocks: They would just lead to synchronization errors, in which case the complete frame is discarded. So only handle complete blocks. This also avoids reading from the packet's padding and writing into the frame's padding. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/388/head
parent
c8707c105f
commit
e6bfb14223
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue