[FFmpeg-devel] [PATCH] lavf/tiff: add support for YUV deflate
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Aug 19 15:15:36 CEST 2014
James Almer <jamrial <at> gmail.com> writes:
> +static void unpack_yuv(TiffContext *s, AVFrame *p,
> + const uint8_t *src, int lnum)
> -static void unpack_yuv(TiffContext *s, AVFrame *p,
> - const uint8_t *src, int lnum)
If you want you could split the moving of the function
in a new patch to make the functional change smaller.
Carl Eugen
More information about the ffmpeg-devel
mailing list