[FFmpeg-cvslog] imgconvert: Re-enable the deprecation warnings
Luca Barbato
git at videolan.org
Tue Dec 8 10:04:34 CET 2015
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Dec 5 13:31:38 2015 +0100| [7d36474d1908d6267d4e11d4d9909f9604bd0c81] | committer: Luca Barbato
imgconvert: Re-enable the deprecation warnings
The end-marked was typoed in
f7edcac040f73635fc1127489c9bb29ca8b43532
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d36474d1908d6267d4e11d4d9909f9604bd0c81
---
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 */
More information about the ffmpeg-cvslog
mailing list