Module: libav Branch: master Commit: 7d36474d1908d6267d4e11d4d9909f9604bd0c81
Author: Luca Barbato <[email protected]> Committer: Luca Barbato <[email protected]> Date: Sat Dec 5 13:31:38 2015 +0100 imgconvert: Re-enable the deprecation warnings The end-marked was typoed in f7edcac040f73635fc1127489c9bb29ca8b43532 --- libavcodec/imgconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index ffa1200..6354868 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -340,5 +340,5 @@ int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, return 0; } -FF_DISABLE_DEPRECATION_WARNINGS +FF_ENABLE_DEPRECATION_WARNINGS #endif /* FF_API_AVPICTURE */ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
