Re: [libav-devel] [PATCH 02/14] aic: Convert to the new bitstream reader

2017-01-26 Thread Vittorio Giovara
On Thu, Jan 26, 2017 at 11:10 AM, Diego Biurrun wrote: > From: Alexandra Hájková > > --- > libavcodec/aic.c | 30 +++--- > 1 file changed, 15 insertions(+), 15 deletions(-) probably ok -- Vittorio ___ libav-devel mailing list

[libav-devel] [PATCH 02/14] aic: Convert to the new bitstream reader

2017-01-26 Thread Diego Biurrun
From: Alexandra Hájková --- libavcodec/aic.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/libavcodec/aic.c b/libavcodec/aic.c index 405ebf1..368b3bc 100644 --- a/libavcodec/aic.c +++ b/libavcodec/aic.c @@ -23,13 +23,13 @@ #include #inc