[FFmpeg-devel] [PATCH] avcodec: add Amuse Graphics decoder

Pedro Arthur bygrandao at gmail.com
Sat Mar 30 17:48:31 EET 2019


Em sáb, 30 de mar de 2019 às 12:43, Paul B Mahol <onemda at gmail.com> escreveu:
>
> On 3/30/19, Pedro Arthur <bygrandao at gmail.com> wrote:
> > Em qui, 28 de mar de 2019 às 18:12, Paul B Mahol <onemda at gmail.com>
> > escreveu:
> >>
> >> +static int decode_motion_vectors(AVCodecContext *avctx, GetBitContext
> >> *gb)
> >> +{
> >> +    AGMContext *s = avctx->priv_data;
> >> +    int nb_mvs = ((avctx->height + 15) >> 4) * ((avctx->width + 15) >>
> >> 4);
> >> +    int ret, skip = 0, value, end;
> >
> > is that line intended?
>
> Yes, what is wrong with it?
Just seemed unusual.


> _______________________________________________
> 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".


More information about the ffmpeg-devel mailing list