diff --git a/libavcodec/raw.h b/libavcodec/raw.h index a79b8510c1..24bf4cc55a 100644 --- a/libavcodec/raw.h +++ b/libavcodec/raw.h @@ -35,11 +35,7 @@ typedef struct PixelFormatTag { unsigned int fourcc; } PixelFormatTag; -#if LIBAVCODEC_VERSION_MAJOR < 56 -extern av_export const PixelFormatTag ff_raw_pix_fmt_tags[]; -#else extern const PixelFormatTag ff_raw_pix_fmt_tags[]; // exposed through avpriv_get_raw_pix_fmt_tags() -#endif const struct PixelFormatTag *avpriv_get_raw_pix_fmt_tags(void);