On 14/03/15 16:42, Himangi Saraogi wrote:
--- There is a third warning at 1220, not sure of a possible fix.cmdutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdutils.c b/cmdutils.c index e01ad24..141b3d1 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -63,8 +63,8 @@ static const int this_year = 2015; void init_opts(void) { #if CONFIG_SWSCALE - sws_opts = sws_getContext(16, 16, 0, 16, 16, 0, SWS_BICUBIC, - NULL, NULL, NULL); + sws_opts = sws_getContext(16, 16, AV_PIX_FMT_NONE, 16, 16, AV_PIX_FMT_NONE, + SWS_BICUBIC, NULL, NULL, NULL); #endif }
Seems ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
