1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

libvpx: disable unused function prototypes

Fixes make checkheader

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2015-06-26 16:37:19 -03:00
parent c72a831931
commit 5abd4a9323

View File

@ -24,7 +24,9 @@
#include "avcodec.h" #include "avcodec.h"
void ff_vp9_init_static(AVCodec *codec); void ff_vp9_init_static(AVCodec *codec);
#if 0
enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img); enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img);
vpx_img_fmt_t ff_vpx_pixfmt_to_imgfmt(enum AVPixelFormat pix); vpx_img_fmt_t ff_vpx_pixfmt_to_imgfmt(enum AVPixelFormat pix);
#endif
#endif /* AVCODEC_LIBVPX_H */ #endif /* AVCODEC_LIBVPX_H */