Commit 3f462fcf authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '1546a41a'

* commit '1546a41a':
  pixdesc: Drop unneeded deprecation warning guards
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents c63da6e9 1546a41a
...@@ -2061,7 +2061,6 @@ static const char *chroma_location_names[AVCHROMA_LOC_NB] = { ...@@ -2061,7 +2061,6 @@ static const char *chroma_location_names[AVCHROMA_LOC_NB] = {
"top", "bottomleft", "bottom", "top", "bottomleft", "bottom",
}; };
FF_DISABLE_DEPRECATION_WARNINGS
static enum AVPixelFormat get_pix_fmt_internal(const char *name) static enum AVPixelFormat get_pix_fmt_internal(const char *name)
{ {
enum AVPixelFormat pix_fmt; enum AVPixelFormat pix_fmt;
...@@ -2249,7 +2248,6 @@ void ff_check_pixfmt_descriptors(void){ ...@@ -2249,7 +2248,6 @@ void ff_check_pixfmt_descriptors(void){
} }
} }
} }
FF_ENABLE_DEPRECATION_WARNINGS
enum AVPixelFormat av_pix_fmt_swap_endianness(enum AVPixelFormat pix_fmt) 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