mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02: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