Em qui, 28 de mar de 2019 às 18:12, Paul B Mahol <one...@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?
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to