mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
lavc/huffyuvdsp: remove unused ppc init prototype
This commit is contained in:
parent
928db51344
commit
c7904af057
@ -47,7 +47,6 @@ typedef struct HuffYUVDSPContext {
|
||||
} HuffYUVDSPContext;
|
||||
|
||||
void ff_huffyuvdsp_init(HuffYUVDSPContext *c, AVCodecContext *avctx);
|
||||
void ff_huffyuvdsp_init_ppc(HuffYUVDSPContext *c, AVCodecContext *avctx);
|
||||
void ff_huffyuvdsp_init_x86(HuffYUVDSPContext *c, AVCodecContext *avctx);
|
||||
|
||||
#endif /* AVCODEC_HUFFYUVDSP_H */
|
||||
|
Loading…
Reference in New Issue
Block a user