Hi,

On Sun, Jan 8, 2012 at 2:13 PM, Laurentiu Ion
<[email protected]> wrote:
> -        kmvc_decode_intra_8x8(ctx, buf, buf_size, avctx->width, 
> avctx->height);
> +        kmvc_decode_intra_8x8(ctx, avpkt->data, avpkt->size, avctx->width, 
> avctx->height);
>         break;
>     case 4:
> -        kmvc_decode_inter_8x8(ctx, buf, buf_size, avctx->width, 
> avctx->height);
> +        kmvc_decode_inter_8x8(ctx, avpkt->data, avpkt->size, avctx->width, 
> avctx->height);
>         break;
>     default:

That's not the same, and won't work.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to