Mohd Arshad Saleem <marshadsaleem at ...> 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