From 7d36474d1908d6267d4e11d4d9909f9604bd0c81 Mon Sep 17 00:00:00 2001
From: Luca Barbato <lu_zero@gentoo.org>
Date: Sat, 5 Dec 2015 13:31:38 +0100
Subject: [PATCH] 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 ffa120037d1..6354868631a 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 */
-- 
GitLab