FFmpeg
|
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavcodec/apng.h"
#include "libavcodec/png.h"
#include "libavcodec/bytestream.h"
Go to the source code of this file.
Data Structures | |
struct | APNGDemuxContext |
Macros | |
#define | DEFAULT_APNG_FPS 15 |
Functions | |
static int | apng_probe (const AVProbeData *p) |
static int | append_extradata (AVCodecParameters *par, AVIOContext *pb, int len) |
static int | apng_read_header (AVFormatContext *s) |
static int | decode_fctl_chunk (AVFormatContext *s, APNGDemuxContext *ctx, AVPacket *pkt) |
static int | apng_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | options [] |
static const AVClass | demuxer_class |
const FFInputFormat | ff_apng_demuxer |
APNG demuxer.
Definition in file apngdec.c.
|
static |
|
static |
Definition at line 126 of file apngdec.c.
Referenced by apng_read_header().
|
static |
|
static |
Definition at line 241 of file apngdec.c.
Referenced by apng_read_packet().
|
static |
|
static |
|
static |
const FFInputFormat ff_apng_demuxer |