|
FFmpeg
|
AVStreamGroupLCEVC is meant to define the relation between video streams and a data stream containing LCEVC enhancement layer NALUs. More...
#include <avformat.h>
Data Fields | |
| const AVClass * | av_class |
| unsigned int | lcevc_index |
| Index of the LCEVC data stream in AVStreamGroup. More... | |
| int | width |
| Width of the final stream for presentation. More... | |
| int | height |
| Height of the final image for presentation. More... | |
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_id AV_CODEC_ID_LCEVC shall be present.
Definition at line 1069 of file avformat.h.
| const AVClass* AVStreamGroupLCEVC::av_class |
Definition at line 1070 of file avformat.h.
Referenced by avformat_stream_group_create().
| unsigned int AVStreamGroupLCEVC::lcevc_index |
Index of the LCEVC data stream in AVStreamGroup.
Definition at line 1075 of file avformat.h.
Referenced by avformat_find_stream_info(), mov_init(), mov_parse_lcevc_streams(), and parse_mpeg2_extension_descriptor().
| int AVStreamGroupLCEVC::width |
Width of the final stream for presentation.
Definition at line 1079 of file avformat.h.
Referenced by avformat_find_stream_info(), dump_stream_group(), mov_init(), and mov_parse_lcevc_streams().
| int AVStreamGroupLCEVC::height |
Height of the final image for presentation.
Definition at line 1083 of file avformat.h.
Referenced by avformat_find_stream_info(), dump_stream_group(), mov_init(), and mov_parse_lcevc_streams().
1.8.17