Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmxfdec.c184 typedef struct MXFDescriptor { struct
185 UID uid;
186 enum MXFMetadataSetType type;
187 UID essence_container_ul;
188 UID essence_codec_ul;
189 UID codec_ul;
190 AVRational sample_rate;
191 AVRational aspect_ratio;
192 int width;
193 int height; /* Field height, not frame height */
[all …]