FFmpeg
|
#include <time.h>
#include "libavutil/mem.h"
#include "libavutil/parseutils.h"
#include "avio_internal.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | DHAVContext |
struct | DHAVStream |
Functions | |
static int | dhav_probe (const AVProbeData *p) |
static int | parse_ext (AVFormatContext *s, int length) |
static int | read_chunk (AVFormatContext *s) |
static void | get_timeinfo (unsigned date, struct tm *timeinfo) |
static int64_t | get_duration (AVFormatContext *s) |
static int | dhav_read_header (AVFormatContext *s) |
static int64_t | get_pts (AVFormatContext *s, int stream_index) |
static int | dhav_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | dhav_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
Variables | |
static const uint32_t | sample_rates [] |
const FFInputFormat | ff_dhav_demuxer |
|
static |
|
static |
Definition at line 82 of file dhav.c.
Referenced by read_chunk().
|
static |
Definition at line 172 of file dhav.c.
Referenced by dhav_read_packet(), get_duration(), and mpjpeg_read_packet().
|
static |
Definition at line 216 of file dhav.c.
Referenced by get_duration(), and get_pts().
|
static |
Definition at line 235 of file dhav.c.
Referenced by dhav_read_header().
|
static |
|
static |
Definition at line 315 of file dhav.c.
Referenced by dhav_read_packet().
|
static |
|
static |
|
static |
Definition at line 76 of file dhav.c.
Referenced by parse_ext().
const FFInputFormat ff_dhav_demuxer |