mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/mips: fix build
Found-by: Shivraj Patil <shivraj.patil@imgtec.com> Suggested-by: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
12bfed2fd9
commit
c217027c11
@ -21,7 +21,7 @@
|
||||
#ifndef AVCODEC_MIPS_HEVCPRED_MIPS_H
|
||||
#define AVCODEC_MIPS_HEVCPRED_MIPS_H
|
||||
|
||||
#include "libavcodec/hevcdsp.h"
|
||||
#include "libavcodec/hevcpred.h"
|
||||
|
||||
void ff_hevc_intra_pred_planar_0_msa(uint8_t *dst,
|
||||
const uint8_t *src_top,
|
||||
@ -67,7 +67,7 @@ void ff_pred_intra_pred_angular_3_msa(uint8_t *dst,
|
||||
const uint8_t *src_left,
|
||||
ptrdiff_t stride, int c_idx, int mode);
|
||||
|
||||
void ff_intra_pred_8_16x16_msa(HEVCContext *s, int x0, int y0, int c_idx);
|
||||
void ff_intra_pred_8_32x32_msa(HEVCContext *s, int x0, int y0, int c_idx);
|
||||
void ff_intra_pred_8_16x16_msa(struct HEVCContext *s, int x0, int y0, int c_idx);
|
||||
void ff_intra_pred_8_32x32_msa(struct HEVCContext *s, int x0, int y0, int c_idx);
|
||||
|
||||
#endif // #ifndef AVCODEC_MIPS_HEVCPRED_MIPS_H
|
||||
|
Loading…
Reference in New Issue
Block a user