On 7/4/2020 2:28 PM, Kieran Kunhya wrote: > $subj > > I have done basic fuzzing on it with no crashes. > Fixes this sample: > http://samples.mplayerhq.hu/V-codecs/CFHD/MT_BeartoothHighway_1min_Cineform.avi > > Kieran
[...] > @@ -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, > }; Why do you remove the init_threadsafe flag? cfhd_init() is essentially unchanged, and that flag is unrelated to frame threading. _______________________________________________ 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".