mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libvpx: disable unused function prototypes
Fixes make checkheader Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
c72a831931
commit
5abd4a9323
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user