> There is additional data at the end of each line of an AVFrame, (I assume > AVPicture is the same) so we > cannot use width as the multiplier.
Is that why linesize[0] returns a value that is longer than the width of the frame? I tried substituting the width for linesize[0], but that screwed things up. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
