[FFmpeg-devel] [PATCH] lavc/cfhd:3d transform decoding for both progressive and interlaced
Kieran Kunhya
kierank at obe.tv
Sun Jul 5 16:21:39 EEST 2020
>
> > @@ -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
More information about the ffmpeg-devel
mailing list