FFmpeg
|
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
Go to the source code of this file.
Data Structures | |
struct | IFVContext |
Functions | |
static int | ifv_probe (const AVProbeData *p) |
static int | read_index (AVFormatContext *s, enum AVMediaType frame_type, uint32_t start_index) |
static int | parse_header (AVFormatContext *s) |
static int | ifv_read_header (AVFormatContext *s) |
static int | ifv_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | ifv_read_seek (AVFormatContext *s, int stream_index, int64_t ts, int flags) |
Variables | |
const AVInputFormat | ff_ifv_demuxer |
|
static |
|
static |
Definition at line 53 of file ifv.c.
Referenced by ifv_read_header(), and ifv_read_packet().
|
static |
Definition at line 90 of file ifv.c.
Referenced by ifv_read_header().
|
static |
|
static |
|
static |
const AVInputFormat ff_ifv_demuxer |