Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-02-10 15:27:02 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-02-10 17:24:46 +0300
commit3e18dc235e9cd41f83643af9470270f434363a0a (patch)
tree2ab5aa4636ed1705cbf3bc2ad515ffbef25dc94a /libavutil/internal.h
parent392d975efe9424fe7b1ab3ae308f93f8a51b6c4e (diff)
avutil: move internal function out of public header
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
1 files changed, 2 insertions, 0 deletions
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 */