lavc/huffyuvdsp: remove unused ppc init prototype

pull/244/merge
Clément Bœsch 8 years ago
parent 928db51344
commit c7904af057
  1. 1
      libavcodec/huffyuvdsp.h

@ -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…
Cancel
Save