From 43d6ac53f262f86afff70e45a57e2e79bdbd4c30 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 12 Jan 2013 14:06:30 +0100 Subject: lavc: ff_find_pix_fmt ->avpriv Found-by: durandal_1707 Signed-off-by: Michael Niedermayer --- libavcodec/raw.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/raw.h') diff --git a/libavcodec/raw.h b/libavcodec/raw.h index 87b6c901ca..3e59f28e33 100644 --- a/libavcodec/raw.h +++ b/libavcodec/raw.h @@ -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 */ -- cgit v1.2.3