FFmpeg
|
#include "libavcodec/raw.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | FrmContext |
Functions | |
static int | frm_read_probe (const AVProbeData *p) |
static int | frm_read_header (AVFormatContext *avctx) |
static int | frm_read_packet (AVFormatContext *avctx, AVPacket *pkt) |
Variables | |
static enum AVPixelFormat | frm_pix_fmt_tags [] |
AVInputFormat | ff_frm_demuxer |
|
static |
|
static |
|
static |
|
static |
Definition at line 32 of file frmdec.c.
Referenced by frm_read_header().
AVInputFormat ff_frm_demuxer |