mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8f2634f970
commit
59ecd4882d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user