summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-12-05 13:31:38 +0100
committerLuca Barbato <lu_zero@gentoo.org>2015-12-05 13:31:38 +0100
commit7d36474d1908d6267d4e11d4d9909f9604bd0c81 (patch)
treec106e0eefaa9da7294fb227ab4c0bd1e47824e54 /libavcodec/imgconvert.c
parentf7edcac040f73635fc1127489c9bb29ca8b43532 (diff)
imgconvert: Re-enable the deprecation warnings
The end-marked was typoed in f7edcac040f73635fc1127489c9bb29ca8b43532
Diffstat (limited to 'libavcodec/imgconvert.c')
-rw-r--r--libavcodec/imgconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index ffa120037d..6354868631 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 */