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

2016-06-13 Thread Vittorio Giovara
On Thu, Jun 9, 2016 at 11:12 AM, Diego Biurrun wrote: > From: Alexandra Hájková > > --- > libavcodec/exr.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) ok -- Vittorio ___ libav-devel mailing list libav-devel@libav.org https://

[libav-devel] [PATCH 034/115] exr: Convert to the new bitstream reader

2016-06-09 Thread Diego Biurrun
From: Alexandra Hájková --- libavcodec/exr.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/exr.c b/libavcodec/exr.c index d10841d..28cee84 100644 --- a/libavcodec/exr.c +++ b/libavcodec/exr.c @@ -39,8 +39,8 @@ #include "libavutil/opt.h" #include