From 3e18dc235e9cd41f83643af9470270f434363a0a Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Feb 2015 13:27:02 +0100 Subject: avutil: move internal function out of public header Signed-off-by: Michael Niedermayer --- libavutil/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/internal.h') diff --git a/libavutil/internal.h b/libavutil/internal.h index 0a201424de..143e2db495 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -273,4 +273,6 @@ static av_always_inline av_const int avpriv_mirror(int x, int w) uint64_t ff_get_channel_layout(const char *name, int compat); #endif +void ff_check_pixfmt_descriptors(void); + #endif /* AVUTIL_INTERNAL_H */ -- cgit v1.2.3