FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CodedBitstreamMPEG2Context Struct Reference

#include <cbs_mpeg2.h>

Data Fields

uint16_t horizontal_size
 
uint16_t vertical_size
 
uint8_t scalable
 
uint8_t scalable_mode
 
uint8_t progressive_sequence
 
uint8_t number_of_frame_centre_offsets
 
uint8_twrite_buffer
 
size_t write_buffer_size
 

Detailed Description

Definition at line 214 of file cbs_mpeg2.h.

Field Documentation

uint16_t CodedBitstreamMPEG2Context::horizontal_size

Definition at line 216 of file cbs_mpeg2.h.

Referenced by sequence_extension(), and sequence_header().

uint16_t CodedBitstreamMPEG2Context::vertical_size

Definition at line 217 of file cbs_mpeg2.h.

Referenced by sequence_extension(), sequence_header(), and slice_header().

uint8_t CodedBitstreamMPEG2Context::scalable

Definition at line 218 of file cbs_mpeg2.h.

Referenced by slice_header().

uint8_t CodedBitstreamMPEG2Context::scalable_mode

Definition at line 219 of file cbs_mpeg2.h.

Referenced by slice_header().

uint8_t CodedBitstreamMPEG2Context::progressive_sequence

Definition at line 220 of file cbs_mpeg2.h.

Referenced by picture_coding_extension(), and sequence_extension().

uint8_t CodedBitstreamMPEG2Context::number_of_frame_centre_offsets

Definition at line 221 of file cbs_mpeg2.h.

Referenced by picture_coding_extension(), and picture_display_extension().

uint8_t* CodedBitstreamMPEG2Context::write_buffer

Definition at line 224 of file cbs_mpeg2.h.

Referenced by cbs_mpeg2_close(), and cbs_mpeg2_write_unit().

size_t CodedBitstreamMPEG2Context::write_buffer_size

Definition at line 225 of file cbs_mpeg2.h.

Referenced by cbs_mpeg2_write_unit().


The documentation for this struct was generated from the following file: