Commit 3e18dc23 authored by wm4's avatar wm4 Committed by Michael Niedermayer

avutil: move internal function out of public header

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 392d975e
......@@ -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 */
......@@ -299,8 +299,6 @@ int av_pix_fmt_get_chroma_sub_sample(enum AVPixelFormat pix_fmt,
*/
int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt);
void ff_check_pixfmt_descriptors(void);
/**
* Utility function to swap the endianness of a pixel format.
*
......
......@@ -20,7 +20,7 @@
#include "avutil.h"
#include "avassert.h"
#include "samplefmt.h"
#include "pixdesc.h"
#include "internal.h"
/**
* @file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment