Commit 1de74214 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

pixdesc: Include more functions in FF_DISABLE_DEPRECATION_WARNINGS

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent be1cb1e6
......@@ -2049,7 +2049,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)
......@@ -2118,6 +2117,7 @@ void ff_check_pixfmt_descriptors(void){
}
}
}
FF_ENABLE_DEPRECATION_WARNINGS
enum AVPixelFormat av_pix_fmt_swap_endianness(enum AVPixelFormat pix_fmt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment