Commit 59ecd488 authored by James Almer's avatar James Almer Committed by Michael Niedermayer

lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8f2634f9
......@@ -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);
......
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