On 4/19/2014 11:55 PM, Derek Buitenhuis wrote:
> + ctx->final_frame = av_frame_alloc();
> + if (!ctx->final_frame) {
> + av_frame_free(&ctx->frame);
> + return AVERROR(ENOMEM);
> + }Woops, this was left over. Removed locally. - Derek _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
