X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv210dec.h;h=cfdb29da09734226f5afd575c0ee3fbda313bccc;hb=330ba8d537b493a35b8e83ae4247ea2343ab010c;hp=533afc435c4f04496b218d200a708c86ff456523;hpb=03210fe138f3b3bd7f5272fe29aca810cf517329;p=ffmpeg diff --git a/libavcodec/v210dec.h b/libavcodec/v210dec.h index 533afc435c4..cfdb29da097 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 */