summaryrefslogtreecommitdiff
path: root/libavcodec/v210enc.h
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-09-06 01:06:12 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-09-06 10:36:24 +0200
commit3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d (patch)
treec90bd89080d15b8dde1f27c0c132e04cab083514 /libavcodec/v210enc.h
parent599fe93a840397f551d94db406d0bad42b46b94b (diff)
checkasm: add unit tests for v210enc
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/v210enc.h')
-rw-r--r--libavcodec/v210enc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/v210enc.h b/libavcodec/v210enc.h
index be9b66de92..81a3531228 100644
--- a/libavcodec/v210enc.h
+++ b/libavcodec/v210enc.h
@@ -30,6 +30,8 @@ typedef struct V210EncContext {
const uint16_t *v, uint8_t *dst, ptrdiff_t width);
} V210EncContext;
+void ff_v210enc_init(V210EncContext *s);
+
void ff_v210enc_init_x86(V210EncContext *s);
#endif /* AVCODEC_V210ENC_H */