]> git.sesse.net Git - ffmpeg/commit
avcodec/tiff: Don't use separate temporary buffer for fax
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 30 Mar 2021 06:26:43 +0000 (08:26 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Fri, 2 Apr 2021 15:40:54 +0000 (17:40 +0200)
commitb0cd60bd97ec403579bd7d12e6f55d7caa0d616d
tree22438da7efee9455b9d7b30deb27154d96ab41c9
parentf0042e573e13858ab16b08ad9899eb8c908cd058
avcodec/tiff: Don't use separate temporary buffer for fax

Also don't unnecessarily copy the input data around if it needn't be
reversed; and remove a redundant memset -- av_fast_padded_malloc()
already does this for us.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavcodec/tiff.c