summaryrefslogtreecommitdiff
path: root/libavcodec/raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/raw.h')
-rw-r--r--libavcodec/raw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/raw.h b/libavcodec/raw.h
index 4eece61e97..4724cd3547 100644
--- a/libavcodec/raw.h
+++ b/libavcodec/raw.h
@@ -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 */