[FFmpeg-cvslog] pixdesc: Drop unneeded deprecation warning guards
Vittorio Giovara
git at videolan.org
Tue Feb 16 17:54:24 CET 2016
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Jan 21 17:46:59 2016 -0500| [1546a41adae818b340acdd9b5dacd6d0a92b6507] | committer: Vittorio Giovara
pixdesc: Drop unneeded deprecation warning guards
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1546a41adae818b340acdd9b5dacd6d0a92b6507
---
libavutil/pixdesc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index 9e7d8bd..059bd62 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -1610,7 +1610,6 @@ static const char *chroma_location_names[AVCHROMA_LOC_NB] = {
"top", "bottomleft", "bottom",
};
-FF_DISABLE_DEPRECATION_WARNINGS
static enum AVPixelFormat get_pix_fmt_internal(const char *name)
{
enum AVPixelFormat pix_fmt;
@@ -1707,7 +1706,6 @@ enum AVPixelFormat av_pix_fmt_desc_get_id(const AVPixFmtDescriptor *desc)
return desc - av_pix_fmt_descriptors;
}
-FF_ENABLE_DEPRECATION_WARNINGS
int av_pix_fmt_get_chroma_sub_sample(enum AVPixelFormat pix_fmt,
int *h_shift, int *v_shift)
More information about the ffmpeg-cvslog
mailing list