From 59ecd4882df902e6a81986419333977e614faccf Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 9 Aug 2014 22:01:46 -0300 Subject: [PATCH] lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- libavcodec/raw.h | 4 ---- 1 file changed, 4 deletions(-) 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);