[Libav-user] Unable to link libavutil with libswscale !
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Aug 2 16:46:30 EEST 2016
Hi!
Sorry for the late answer!
Why are the functions that you put into libavutil/special_format.c not
in libswscale?
You should be able to provide a correct linesize[] array for the
actual input data,
then you should not need the functions in libavutil, or do I miss something?
> + [AV_PIX_FMT_NV12_TILED] = { 1, 1 },
I don't think you implemented nv12_tiled as output format, so this is wrong.
All new files need license headers, and please try to follow the FFmpeg coding
style, especially braces.
Carl Eugen
More information about the Libav-user
mailing list