Re: [FFmpeg-devel] [PATCH] dxva2_hevc: fix ucNumDeltaPocsOfRefRpsIdx

2015-08-03 Thread Hendrik Leppkes
On Sun, Aug 2, 2015 at 2:10 PM, Ronald S. Bultje wrote: > Hi, > > On Sun, Aug 2, 2015 at 7:10 AM, Hendrik Leppkes wrote: > >> On Sun, Aug 2, 2015 at 1:07 PM, Hendrik Leppkes >> wrote: >> > It needs to point to the value from the sps rps, not the final computed >> one from the slice header. >> >

Re: [FFmpeg-devel] [PATCH] dxva2_hevc: fix ucNumDeltaPocsOfRefRpsIdx

2015-08-02 Thread Ronald S. Bultje
Hi, On Sun, Aug 2, 2015 at 7:10 AM, Hendrik Leppkes wrote: > On Sun, Aug 2, 2015 at 1:07 PM, Hendrik Leppkes > wrote: > > It needs to point to the value from the sps rps, not the final computed > one from the slice header. > > --- > > libavcodec/dxva2_hevc.c | 2 +- > > libavcodec/hevc.h

Re: [FFmpeg-devel] [PATCH] dxva2_hevc: fix ucNumDeltaPocsOfRefRpsIdx

2015-08-02 Thread compn
On Sun, 2 Aug 2015 13:07:31 +0200 Hendrik Leppkes wrote: > It needs to point to the value from the sps rps, not the final > computed one from the slice header. --- it looks ok to me, but i did not review code. i would use the ^^ above as a commit message though. maybe something like "dxva2_hev

Re: [FFmpeg-devel] [PATCH] dxva2_hevc: fix ucNumDeltaPocsOfRefRpsIdx

2015-08-02 Thread Hendrik Leppkes
On Sun, Aug 2, 2015 at 1:07 PM, Hendrik Leppkes wrote: > It needs to point to the value from the sps rps, not the final computed one > from the slice header. > --- > libavcodec/dxva2_hevc.c | 2 +- > libavcodec/hevc.h | 1 + > libavcodec/hevc_ps.c| 1 + > 3 files changed, 3 insertions(

[FFmpeg-devel] [PATCH] dxva2_hevc: fix ucNumDeltaPocsOfRefRpsIdx

2015-08-02 Thread Hendrik Leppkes
It needs to point to the value from the sps rps, not the final computed one from the slice header. --- libavcodec/dxva2_hevc.c | 2 +- libavcodec/hevc.h | 1 + libavcodec/hevc_ps.c| 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/dxva2_hevc.c b/libavcodec/d