[FFmpeg-devel] [PATCH 1/3] avcodec/vc1: fix condition guarding overlap filter on I picture
Jerome Borsboom
jerome.borsboom at carpalis.nl
Wed Jun 20 16:40:48 EEST 2018
> SA10178.vc1: 18 frames ok, last 7 frames are different
this one decodes correctly when you force bitexact decoding:
ffmpeg -bitexact -i SA10178.vc1 SA10178_s.yuv
This is caused by the issue that my rejected patch 'avcodec/x86/hpeldsp:
fix half pel interpolation' tried to resolve. The proposed solution to
make bitexact decoding the default for VC-1 seems right.
Regards,
Jerome
More information about the ffmpeg-devel
mailing list