Re: [libav-devel] [PATCH] vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).

2011-10-10 Thread Diego Biurrun
On Mon, Oct 10, 2011 at 01:59:35PM +0200, Kostya Shishkov wrote: > On 10 October 2011 13:51, Gwenole Beauchesne > wrote: > > > > --- a/libavcodec/vaapi_vc1.c > > +++ b/libavcodec/vaapi_vc1.c > > @@ -116,6 +116,18 @@ static inline VAMvModeVC1 vc1_get_MVMODE2(VC1Context > > *v) > > > > +/** Reconst

Re: [libav-devel] [PATCH] vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).

2011-10-10 Thread Kostya Shishkov
On 10 October 2011 13:51, Gwenole Beauchesne wrote: > --- >  libavcodec/vaapi_vc1.c |   14 +- >  1 files changed, 13 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c > index 19865dc..452b97d 100644 > --- a/libavcodec/vaapi_vc1.c > +++ b/lib

[libav-devel] [PATCH] vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).

2011-10-10 Thread Gwenole Beauchesne
--- libavcodec/vaapi_vc1.c | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c index 19865dc..452b97d 100644 --- a/libavcodec/vaapi_vc1.c +++ b/libavcodec/vaapi_vc1.c @@ -116,6 +116,18 @@ static inline VAMvModeVC1 v