Home
last modified time | relevance | path

Searched defs:AVDiracSeqHeader (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddirac.h81 typedef struct AVDiracSeqHeader { struct
82 unsigned width;
83 unsigned height;
84 uint8_t chroma_format; ///< 0: 444 1: 422 2: 420
86 uint8_t interlaced;
87 uint8_t top_field_first;
89 uint8_t frame_rate_index; ///< index into dirac_frame_rate[]
90 uint8_t aspect_ratio_index; ///< index into dirac_aspect_ratio[]
114 } AVDiracSeqHeader; argument