Mohd Arshad Saleem <marshadsaleem@...> writes: > 2) In AVFrame structure what is int linesize[4] field and char *data[4].
Some formats (for example yuva420p) need four pointers (and four linesizes). When decoding h264, you can ignore the fourth pointer. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
