From 1546a41adae818b340acdd9b5dacd6d0a92b6507 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Thu, 21 Jan 2016 17:46:59 -0500 Subject: pixdesc: Drop unneeded deprecation warning guards --- libavutil/pixdesc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavutil') diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c index 9e7d8bd099..059bd62441 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) -- cgit v1.2.3