Re: [FFmpeg-devel] [PATCH 2/2] avcodec/vc1: fix decoding of old WMV3 format

2019-01-11 Thread Carl Eugen Hoyos
2019-01-11 15:36 GMT+01:00, Jerome Borsboom : > The position of the B MV predicitor candidate is slightly different > for the old WMV3 format that is indicated by RES_RTM_FLAG. This patch > fixes the decoding artifacts in the niceday.wmv sample. Cool! Please mention / test ticket #6641, there are

[FFmpeg-devel] [PATCH 2/2] avcodec/vc1: fix decoding of old WMV3 format

2019-01-11 Thread Jerome Borsboom
The position of the B MV predicitor candidate is slightly different for the old WMV3 format that is indicated by RES_RTM_FLAG. This patch fixes the decoding artifacts in the niceday.wmv sample. Signed-off-by: Jerome Borsboom --- libavcodec/vc1.c | 5 - libavcodec/vc1_pred.c | 7 ++-