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:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-16 16:16:03 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-04-16 16:27:14 +0400
commit20e99a9c10cdbe9ad659dce5bdec569d744f8219 (patch)
treefac1c840c0bd1db4343c89b36c26f91ad2dcae14 /libavutil/pixdesc.h
parent1314f534e54d13cfe7a0280614e7ca6655072b80 (diff)
avutil/pixdesc: support for self-checking the descriptors
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/pixdesc.h')
-rw-r--r--libavutil/pixdesc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index 0947fd1f88..538e6a55d2 100644
--- a/libavutil/pixdesc.h
+++ b/libavutil/pixdesc.h
@@ -239,5 +239,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);
#endif /* AVUTIL_PIXDESC_H */