summaryrefslogtreecommitdiff
path: root/libavcodec/v210dec.h
diff options
context:
space:
mode:
authorJames Darnley <jdarnley@obe.tv>2019-03-04 23:54:58 +0100
committerJames Darnley <jdarnley@obe.tv>2019-05-02 19:21:37 +0200
commite2cbf24f2738e9ead5d97977e7aaf096d7954ae3 (patch)
treeadff2a3180cd6e90e0da92bbc5e7819d232dbccb /libavcodec/v210dec.h
parente427ba5c68a522b26a45bf7c61016d9349fab43d (diff)
avcodec/v210dec: move DSP function setting into dedicated function
Prepare for checkasm test.
Diffstat (limited to 'libavcodec/v210dec.h')
-rw-r--r--libavcodec/v210dec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/v210dec.h b/libavcodec/v210dec.h
index 533afc435c..cfdb29da09 100644
--- a/libavcodec/v210dec.h
+++ b/libavcodec/v210dec.h
@@ -31,6 +31,7 @@ typedef struct {
void (*unpack_frame)(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
} V210DecContext;
+void ff_v210dec_init(V210DecContext *s);
void ff_v210_x86_init(V210DecContext *s);
#endif /* AVCODEC_V210DEC_H */