summaryrefslogtreecommitdiff
path: root/libavcodec/libvpx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/libvpx.h')
-rw-r--r--libavcodec/libvpx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/libvpx.h b/libavcodec/libvpx.h
index cb1ed0959f..b990b769b3 100644
--- a/libavcodec/libvpx.h
+++ b/libavcodec/libvpx.h
@@ -23,6 +23,7 @@
#include "avcodec.h"
-int ff_vp9_check_experimental(AVCodecContext *avctx);
+enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img);
+vpx_img_fmt_t ff_vpx_pixfmt_to_imgfmt(enum AVPixelFormat pix);
#endif /* AVCODEC_LIBVPX_H */