Re: [libav-devel] [PATCH 063/115] vaapi_mpeg2: Convert to the new bitstream reader

2016-07-30 Thread Anton Khirnov
Quoting Diego Biurrun (2016-06-09 17:12:45) > From: Alexandra Hájková > > --- > libavcodec/vaapi_mpeg2.c | 19 ++- > 1 file changed, 10 insertions(+), 9 deletions(-) Ok -- Anton Khirnov ___ libav-devel mailing list libav-devel@libav.

Re: [libav-devel] [PATCH 063/115] vaapi_mpeg2: Convert to the new bitstream reader

2016-06-13 Thread Luca Barbato
On 09/06/16 17:12, Diego Biurrun wrote: > From: Alexandra Hájková > > --- > libavcodec/vaapi_mpeg2.c | 19 ++- > 1 file changed, 10 insertions(+), 9 deletions(-) Looks fine. ___ libav-devel mailing list libav-devel@libav.org https://l

[libav-devel] [PATCH 063/115] vaapi_mpeg2: Convert to the new bitstream reader

2016-06-09 Thread Diego Biurrun
From: Alexandra Hájková --- libavcodec/vaapi_mpeg2.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/libavcodec/vaapi_mpeg2.c b/libavcodec/vaapi_mpeg2.c index cb77745..12bf9cd 100644 --- a/libavcodec/vaapi_mpeg2.c +++ b/libavcodec/vaapi_mpeg2.c @@ -20,6 +