On 04/06/15 21:02, Vittorio Giovara wrote: > + /* Just copy the necessary data in the buffer. */ > + bytestream2_get_buffer(gbc, frame->data[0], > + frame->linesize[0] * frame->height);
Are you sure the stride is matching? Probably image_copy is safer even in this case. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
