[FFmpeg-devel] [PATCH] AAC encoder: fix assertion error with prediction

Claudio Freire klaussfreire at gmail.com
Tue Dec 29 09:23:37 CET 2015


Fixes an assertion error reported in #2686 that happens when
using prediction (either explicitly or implicitly by setting
the AAC main profile), since prediction code would allow
creating new zeroes or removing existing ones, without
properly checking for SF delta violations.

This patch forbids creating/removing zeroes, perhaps an
overly conservative approach, but a safe one. More permissive
and sophisticated approaches may be attempted in the future.

Attached
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-AAC-encoder-fix-assertion-error-with-prediction.patch
Type: text/x-patch
Size: 2823 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151229/7dfe8e69/attachment.bin>


More information about the ffmpeg-devel mailing list