Browse Source

libvpx: disable unused function prototypes

Fixes make checkheader

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n2.8
James Almer 10 years ago
parent
commit
5abd4a9323
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/libvpx.h

+ 2
- 0
libavcodec/libvpx.h View File

@@ -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…
Cancel
Save