]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210dec.h
avfilter/vf_psnr: remove unnecessary check
[ffmpeg] / libavcodec / v210dec.h
index cfdb29da09734226f5afd575c0ee3fbda313bccc..662e266315b9723bbb78fe2b44268fbd87f82768 100644 (file)
@@ -27,6 +27,7 @@ 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;