[FFmpeg-cvslog] libvpx: disable unused function prototypes
James Almer
git at videolan.org
Fri Jun 26 21:44:10 CEST 2015
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jun 26 16:37:19 2015 -0300| [5abd4a932337e18f65cb1b229752299ed0573dcf] | committer: James Almer
libvpx: disable unused function prototypes
Fixes make checkheader
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5abd4a932337e18f65cb1b229752299ed0573dcf
---
libavcodec/libvpx.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/libvpx.h b/libavcodec/libvpx.h
index 41c246b..89a7bb1 100644
--- a/libavcodec/libvpx.h
+++ b/libavcodec/libvpx.h
@@ -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 */
More information about the ffmpeg-cvslog
mailing list