Re: [libav-devel] [PATCH 077/115] dv: Convert to the new bitreader

2016-06-10 Thread Luca Barbato
On 09/06/16 19:24, Vittorio Giovara wrote: > maybe these two functions could be dv_ prefixed to avoid clashing with > the main bitstream API? I considered moving them to the main header since other codecs might enjoy to unget bits, luckily seems that's not the case so yes, it could be made dv-only

Re: [libav-devel] [PATCH 077/115] dv: Convert to the new bitreader

2016-06-09 Thread Vittorio Giovara
On Thu, Jun 9, 2016 at 11:12 AM, Diego Biurrun wrote: > From: Luca Barbato > > --- > libavcodec/dvdec.c | 122 > ++--- > 1 file changed, 69 insertions(+), 53 deletions(-) > > diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c > index 463d108..3c

[libav-devel] [PATCH 077/115] dv: Convert to the new bitreader

2016-06-09 Thread Diego Biurrun
From: Luca Barbato --- libavcodec/dvdec.c | 122 ++--- 1 file changed, 69 insertions(+), 53 deletions(-) diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c index 463d108..3ccd672 100644 --- a/libavcodec/dvdec.c +++ b/libavcodec/dvdec.c @@ -40,9