On 09/08/14 19:48, John Stebbins wrote:
> +
> + if (!s->context_initialized)
> + if ((ret = ff_MPV_common_init(s)) < 0)
> + return ret;
> +
> if (!s->context_initialized) {
> ret = ff_set_dimensions(avctx, s->width, s->height);
> if (ret < 0)
> Thanks a lot =) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
