#include "libavcodec/avcodec.h"
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | KLVPacket |
struct | MXFCodecUL |
Defines | |
#define | PRINT_KEY(pc, s, x) |
Typedefs | |
typedef uint8_t | UID [16] |
Enumerations | |
enum | MXFMetadataSetType { AnyType, MaterialPackage, SourcePackage, SourceClip, TimecodeComponent, Sequence, MultipleDescriptor, Descriptor, Track, CryptoContext, Preface, Identification, ContentStorage, SubDescriptor, IndexTableSegment, EssenceContainerData, TypeBottom } |
Variables | |
const MXFCodecUL | ff_mxf_data_definition_uls [] |
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html. | |
const MXFCodecUL | ff_mxf_codec_uls [] |
#define PRINT_KEY | ( | pc, | |||
s, | |||||
x | ) |
Definition at line 68 of file mxf.h.
Referenced by mxf_parse_structural_metadata(), mxf_read_header(), mxf_read_local_tags(), mxf_read_packet(), mxf_write_content_storage(), mxf_write_header(), mxf_write_identification(), mxf_write_multi_descriptor(), mxf_write_package(), mxf_write_preface(), mxf_write_sequence(), mxf_write_structural_component(), and mxf_write_track().
enum MXFMetadataSetType |
const MXFCodecUL ff_mxf_codec_uls[] |
const MXFCodecUL ff_mxf_data_definition_uls[] |
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html.
Definition at line 27 of file mxf.c.
Referenced by mxf_get_data_definition_ul(), and mxf_parse_structural_metadata().