|
ifm3d
|
Decoded frame view. More...
#include <ifm3d/rtsp/video_decoder.h>
Public Attributes | |
| std::uint8_t * | planes [4] {} |
| int | linesize [4] {} |
| int | width {0} |
| int | height {0} |
| int | format {0} |
Decoded frame view.
planes/linesize follow the same convention as libavcodec's AVFrame: planes[0] = Y, planes[1] = U, planes[2] = V for YUV420P. The frame is owned by the decoder – see the buffer ownership rules above.