Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-22 18:15:42 +0300
committerClément Bœsch <u@pkh.me>2017-03-22 18:15:42 +0300
commitc7904af057239104774244954d1f5a5a7b2a2d04 (patch)
tree68406685ee6d9181f14bee8df5f560391e40a628 /libavcodec/huffyuvdsp.h
parent928db5134478b4a410d9256a4d56cd8a7d4989b9 (diff)
lavc/huffyuvdsp: remove unused ppc init prototype
Diffstat (limited to 'libavcodec/huffyuvdsp.h')
-rw-r--r--libavcodec/huffyuvdsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/huffyuvdsp.h b/libavcodec/huffyuvdsp.h
index 7680f2ec9c..f9af09e602 100644
--- a/libavcodec/huffyuvdsp.h
+++ b/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 */