Commit 5abd4a93 authored by James Almer's avatar James Almer

libvpx: disable unused function prototypes

Fixes make checkheader
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent c72a8319
......@@ -24,7 +24,9 @@
#include "avcodec.h"
void ff_vp9_init_static(AVCodec *codec);
#if 0
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
#endif /* AVCODEC_LIBVPX_H */
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