#include <stdint.h>#include "avformat.h"#include "metadata.h"Go to the source code of this file.
| #define ASF_PL_FLAG_KEY_FRAME 0x80 |
| #define ASF_PL_FLAG_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_IS_BYTE 0x10 |
| #define ASF_PL_FLAG_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_IS_DWORD 0x30 |
| #define ASF_PL_FLAG_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_IS_WORD 0x20 |
| #define ASF_PL_FLAG_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_IS_BYTE 0x04 |
| #define ASF_PL_FLAG_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_IS_DWORD 0x0c |
| #define ASF_PL_FLAG_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_IS_WORD 0x08 |
| #define ASF_PL_FLAG_REPLICATED_DATA_LENGTH_FIELD_IS_DWORD 0x03 |
| #define ASF_PL_MASK_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_SIZE 0x30 |
| #define ASF_PL_MASK_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_SIZE 0x0c |
| #define ASF_PPI_FLAG_MULTIPLE_PAYLOADS_PRESENT 1 |
| #define ASF_PPI_FLAG_PADDING_LENGTH_FIELD_IS_BYTE 0x08 |
| #define ASF_PPI_FLAG_PADDING_LENGTH_FIELD_IS_WORD 0x10 |
| #define PACKET_SIZE 3200 |
Definition at line 28 of file asf.h.
Referenced by asf_write_header(), flush_packet(), iff_read_packet(), and put_frame().
| typedef uint8_t ff_asf_guid[16] |
| void ff_get_guid | ( | ByteIOContext * | s, | |
| ff_asf_guid * | g | |||
| ) |
Definition at line 100 of file asfdec.c.
Referenced by asf_build_simple_index(), asf_read_header(), parse_chunks(), and parse_media_type().
| int ff_guidcmp | ( | const void * | g1, | |
| const void * | g2 | |||
| ) |
Definition at line 52 of file asfdec.c.
Referenced by asf_build_simple_index(), asf_probe(), asf_read_header(), ff_codec_guid_get_id(), parse_chunks(), parse_media_type(), and read_probe().
| int ff_put_str16_nolen | ( | ByteIOContext * | s, | |
| const char * | tag | |||
| ) |
Definition at line 160 of file asf.c.
Referenced by asf_write_header1(), mms_put_utf16(), and put_str16().
Definition at line 81 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and ff_mms_asf_header_parser().
Definition at line 28 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), ff_mms_asf_header_parser(), and rtp_asf_fix_header().
| const ff_asf_guid ff_asf_head1_guid |
Definition at line 85 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and ff_mms_asf_header_parser().
| const ff_asf_guid ff_asf_head2_guid |
| const ff_asf_guid ff_asf_header |
Definition at line 24 of file asf.c.
Referenced by asf_probe(), asf_read_header(), asf_write_header1(), ff_mms_asf_header_parser(), and rtp_asf_fix_header().
| const ff_asf_guid ff_asf_jfif_media |
| const AVMetadataConv ff_asf_metadata_conv[] |
| const ff_asf_guid ff_asf_my_guid |
Definition at line 32 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and ff_mms_asf_header_parser().
1.5.6