This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
c72a831931
commit
5abd4a9323
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 */
Write
Preview
Loading…
Cancel
Save