I've noticed that AVFrame->data returns all non-planar YCbCr data as
one element (data[0]), but planar (4:2:0 in this case) is represented
by data[0],data[1] and data[2]. Can I rely on this working this way
only when planar data is encountered? I guess my question really is
what determines whether data[] uses multiple elements or just one? Is
it strictly a planar/non-planar issue?
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to