Re: [FFmpeg-devel] [PATCH] dxva2_h264: fix reference field marking in long slice struct

2016-01-22 Thread Hendrik Leppkes
On Fri, Jan 22, 2016 at 2:02 PM, Hendrik Leppkes wrote: > Fixes artifacts in interlaced decoding on old Intel GPUs. > --- > libavcodec/dxva2_h264.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/dxva2_h264.c b/libavcodec/dxva2_h264.c > index 2f03114..61cce3a 1

[FFmpeg-devel] [PATCH] dxva2_h264: fix reference field marking in long slice struct

2016-01-22 Thread Hendrik Leppkes
Fixes artifacts in interlaced decoding on old Intel GPUs. --- libavcodec/dxva2_h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dxva2_h264.c b/libavcodec/dxva2_h264.c index 2f03114..61cce3a 100644 --- a/libavcodec/dxva2_h264.c +++ b/libavcodec/dxva2_h264.c @@ -