[FFmpeg-devel] [PATCH 3/3] avcodec/agm: remove ;;

Michael Niedermayer michael at niedermayer.cc
Sun Apr 21 12:58:32 EEST 2019


On Sun, Apr 21, 2019 at 11:31:26AM +0200, Paul B Mahol wrote:
> On 4/21/19, Michael Niedermayer <michael at niedermayer.cc> wrote:
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> >  libavcodec/agm.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/agm.c b/libavcodec/agm.c
> > index c9d7be5521..7dcfaff4ad 100644
> > --- a/libavcodec/agm.c
> > +++ b/libavcodec/agm.c
> > @@ -943,7 +943,7 @@ static int make_new_tree(const uint8_t *bitlens,
> > uint32_t *codes)
> >      }
> >
> >      for (int i = 0; i < 256; i++) {
> > -        node_idx[i] = 257 + i;;
> > +        node_idx[i] = 257 + i;
> >      }
> >
> >      curlen = 1;
> > --
> > 2.21.0
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> 
> ok

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

What does censorship reveal? It reveals fear. -- Julian Assange
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190421/8eaaa638/attachment.sig>


More information about the ffmpeg-devel mailing list