#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 |
#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) |
const ff_asf_guid ff_data_guid |
const ff_asf_guid ff_dir_entry_guid |
const ff_asf_guid ff_format_none |
const ff_asf_guid ff_stream_guid |
const ff_asf_guid ff_timestamp_guid |
const AVCodecGuid ff_video_guids[] |
const ff_asf_guid ff_wtv_guid |