mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 10:11:04 +08:00
Make find_pix_fmt() non static
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -35,5 +35,6 @@ typedef struct PixelFormatTag {
|
||||
} PixelFormatTag;
|
||||
|
||||
extern const PixelFormatTag ff_raw_pix_fmt_tags[];
|
||||
enum PixelFormat ff_find_pix_fmt(const PixelFormatTag *tags, unsigned int fourcc);
|
||||
|
||||
#endif /* AVCODEC_RAW_H */
|
||||
|
Reference in New Issue
Block a user