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

2019-01-12 Thread Carl Eugen Hoyos
2019-01-12 16:14 GMT+01:00, Jerome Borsboom : > The position of the second MV predicitor candidate is slightly different > for the old WMV3 format indicated by RES_RTM_FLAG. This patch fixes > decoding of niceday.wmv on the samples server. > > Fixes: #6641 > > Signed-off-by: Jerome Borsboom > ---

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

2019-01-12 Thread Jerome Borsboom
The position of the second MV predicitor candidate is slightly different for the old WMV3 format indicated by RES_RTM_FLAG. This patch fixes decoding of niceday.wmv on the samples server. Fixes: #6641 Signed-off-by: Jerome Borsboom --- This revision removes a spurious whitespace that was left be