X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv210dec.h;h=662e266315b9723bbb78fe2b44268fbd87f82768;hb=2606c48391377681541111263de41c79adeffa49;hp=533afc435c4f04496b218d200a708c86ff456523;hpb=398000abcf980d239a789da6f69811913d2fc635;p=ffmpeg diff --git a/libavcodec/v210dec.h b/libavcodec/v210dec.h index 533afc435c4..662e266315b 100644 --- a/libavcodec/v210dec.h +++ b/libavcodec/v210dec.h @@ -27,10 +27,12 @@ typedef struct { AVClass *av_class; int custom_stride; int aligned_input; + int thread_count; int stride_warning_shown; 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 */