#include "riff.h"
#include "asf.h"
Go to the source code of this file.
Defines | |
#define | WTV_SECTOR_BITS 12 |
#define | WTV_SECTOR_SIZE (1 << WTV_SECTOR_BITS) |
#define | WTV_BIGSECTOR_BITS 18 |
Variables | |
const ff_asf_guid | ff_dir_entry_guid |
const ff_asf_guid | ff_wtv_guid |
const ff_asf_guid | ff_timestamp_guid |
const ff_asf_guid | ff_data_guid |
const ff_asf_guid | ff_stream_guid |
const ff_asf_guid | ff_mediatype_audio |
const ff_asf_guid | ff_mediatype_video |
const ff_asf_guid | ff_format_none |
const AVCodecGuid | ff_video_guids [] |
#define WTV_BIGSECTOR_BITS 18 |
Definition at line 30 of file wtv.h.
Referenced by wtvfile_open_sector().
#define WTV_SECTOR_BITS 12 |
Definition at line 28 of file wtv.h.
Referenced by read_header(), wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().
#define WTV_SECTOR_SIZE (1 << WTV_SECTOR_BITS) |
Definition at line 29 of file wtv.h.
Referenced by wtvfile_open_sector().
const ff_asf_guid ff_data_guid |
Definition at line 31 of file wtv.c.
Referenced by parse_chunks().
const ff_asf_guid ff_dir_entry_guid |
Definition at line 25 of file wtv.c.
Referenced by wtvfile_open2().
const ff_asf_guid ff_format_none |
Definition at line 39 of file wtv.c.
Referenced by parse_media_type().
Definition at line 35 of file wtv.c.
Referenced by parse_media_type().
Definition at line 37 of file wtv.c.
Referenced by parse_media_type().
const ff_asf_guid ff_stream_guid |
Definition at line 33 of file wtv.c.
Referenced by parse_chunks().
const ff_asf_guid ff_timestamp_guid |
Definition at line 29 of file wtv.c.
Referenced by parse_chunks().
const AVCodecGuid ff_video_guids[] |
Definition at line 42 of file wtv.c.
Referenced by parse_media_type().
const ff_asf_guid ff_wtv_guid |
Definition at line 27 of file wtv.c.
Referenced by read_probe().