lavc: ff_find_pix_fmt ->avpriv
Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -36,6 +36,9 @@ typedef struct PixelFormatTag {
|
||||
} PixelFormatTag;
|
||||
|
||||
extern av_export const PixelFormatTag ff_raw_pix_fmt_tags[];
|
||||
#if LIBAVCODEC_VERSION_MAJOR < 55
|
||||
enum AVPixelFormat ff_find_pix_fmt(const PixelFormatTag *tags, unsigned int fourcc);
|
||||
#endif
|
||||
enum AVPixelFormat avpriv_find_pix_fmt(const PixelFormatTag *tags, unsigned int fourcc);
|
||||
|
||||
#endif /* AVCODEC_RAW_H */
|
||||
|
Reference in New Issue
Block a user