diff options
author | Brendan Hack <ffmpeg@bendys.com> | 2022-08-24 18:44:39 +1000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-10-29 17:11:14 +0200 |
commit | 01b9abd7716cf24d3de870fd563e118d0d71123f (patch) | |
tree | 5a499769771b43a931ea499bb19be12a82912455 /doc/utils.texi | |
parent | 17987b371bf8ebc284950115a7e2987baa2f2685 (diff) | |
download | ffmpeg-01b9abd7716cf24d3de870fd563e118d0d71123f.tar.gz |
avfilter/vf_frei0r: set align to 1 for frei0r frames
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 #9873
Diffstat (limited to 'doc/utils.texi')
0 files changed, 0 insertions, 0 deletions