lavc/huffyuvdsp: remove unused ppc init prototype

This commit is contained in:
Clément Bœsch 2017-03-22 16:15:42 +01:00
parent 928db51344
commit c7904af057
1 changed files with 0 additions and 1 deletions

View File

@ -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 */