]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210dec.h
avfilter/vf_psnr: remove unnecessary check
[ffmpeg] / libavcodec / v210dec.h
index 533afc435c4f04496b218d200a708c86ff456523..662e266315b9723bbb78fe2b44268fbd87f82768 100644 (file)
@@ -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 */