|
FFmpeg 8.0.1
|
AVStreamGroupLCEVC is meant to define the relation between video streams and a data stream containing LCEVC enhancement layer NALUs. More...
#include <libavformat/avformat.h>
Data Fields | |
| const AVClass * | av_class |
| unsigned int | lcevc_index |
| Index of the LCEVC data stream in AVStreamGroup. | |
| int | width |
| Width of the final stream for presentation. | |
| int | height |
| Height of the final image for presentation. | |
AVStreamGroupLCEVC is meant to define the relation between video streams and a data stream containing LCEVC enhancement layer NALUs.
No more than one stream of codec_type AVMEDIA_TYPE_DATA shall be present, and it must be of codec_id AV_CODEC_ID_LCEVC.
Definition at line 1070 of file avformat.h.
| const AVClass* AVStreamGroupLCEVC::av_class |
Definition at line 1071 of file avformat.h.
| unsigned int AVStreamGroupLCEVC::lcevc_index |
Index of the LCEVC data stream in AVStreamGroup.
Definition at line 1076 of file avformat.h.
| int AVStreamGroupLCEVC::width |
Width of the final stream for presentation.
Definition at line 1080 of file avformat.h.
| int AVStreamGroupLCEVC::height |
Height of the final image for presentation.
Definition at line 1084 of file avformat.h.