summaryrefslogtreecommitdiff
path: root/libavcodec/v210dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v210dec.h')
-rw-r--r--libavcodec/v210dec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v210dec.h b/libavcodec/v210dec.h
index a8db7d6222..533afc435c 100644
--- a/libavcodec/v210dec.h
+++ b/libavcodec/v210dec.h
@@ -31,6 +31,6 @@ typedef struct {
void (*unpack_frame)(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width);
} V210DecContext;
-void v210_x86_init(V210DecContext *s);
+void ff_v210_x86_init(V210DecContext *s);
#endif /* AVCODEC_V210DEC_H */