> > > @@ -1064,6 +1446,6 @@ AVCodec ff_cfhd_decoder = { > > .init = cfhd_init, > > .close = cfhd_close, > > .decode = cfhd_decode, > > - .capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS, > > - .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | > FF_CODEC_CAP_INIT_CLEANUP, > > + .capabilities = AV_CODEC_CAP_DR1, > > + .caps_internal = FF_CODEC_CAP_INIT_CLEANUP, > > }; >
Dunno, I guess the student just grepped for THREAD and removed it. I did not notice that. Kieran _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".