summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2016-02-08 10:17:00 +0100
committerLuca Barbato <lu_zero@gentoo.org>2016-02-09 20:02:31 +0100
commit99214d42a902c8392d7887c08fdc5dc1fc2475ae (patch)
tree51f9c33492ef61d9846102e107ca966b10cbcfb5 /libavcodec/dnxhddata.h
parent34c9eba982c75196392a3b0b245dd34297c4511d (diff)
dnxhd: Make the encoder message friendlier
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index 66b03499d7..e0ab102f87 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -47,5 +47,6 @@ extern const CIDEntry ff_dnxhd_cid_table[];
int ff_dnxhd_get_cid_table(int cid);
int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);
+void ff_dnxhd_list_cid(AVCodecContext *avctx);
#endif /* AVCODEC_DNXHDDATA_H */