mirror of https://github.com/FFmpeg/FFmpeg.git
The frei0r API requires linesize to be width * 4. Since the align property of ff_default_get_video_buffer2 specifies line alignment, not buffer alignment, the previous value of 16 breaks this requirement for frames whose width is a multiple of 8, but not a multiple of 16 as it adds extra padding to ensure line aligment. Fix Trac ticket #9873pull/388/head
parent
17987b371b
commit
01b9abd771
1 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue