Go to the source code of this file.
◆ PP_BNK_MAX_READ_SIZE
| #define PP_BNK_MAX_READ_SIZE 4096 |
◆ PP_BNK_FILE_HEADER_SIZE
| #define PP_BNK_FILE_HEADER_SIZE 20 |
◆ PP_BNK_TRACK_SIZE
| #define PP_BNK_TRACK_SIZE 20 |
◆ anonymous enum
| Enumerator |
|---|
| PP_BNK_FLAG_PERSIST | |
| PP_BNK_FLAG_MUSIC | |
| PP_BNK_FLAG_MASK | |
Definition at line 65 of file pp_bnk.c.
◆ pp_bnk_parse_header()
| static void pp_bnk_parse_header |
( |
PPBnkHeader * | hdr, |
|
|
const uint8_t * | buf ) |
|
static |
◆ pp_bnk_parse_track()
| static void pp_bnk_parse_track |
( |
PPBnkTrack * | trk, |
|
|
const uint8_t * | buf ) |
|
static |
◆ pp_bnk_probe()
◆ pp_bnk_read_header()
◆ pp_bnk_read_packet()
◆ pp_bnk_read_close()
◆ pp_bnk_seek()
◆ ff_pp_bnk_demuxer
Initial value:= {
.p.name = "pp_bnk",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
#define FF_INFMT_FLAG_INIT_CLEANUP
For an FFInputFormat with this flag set read_close() needs to be called by the caller upon read_heade...
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int pp_bnk_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags)
static int pp_bnk_read_packet(AVFormatContext *s, AVPacket *pkt)
static int pp_bnk_probe(const AVProbeData *p)
static int pp_bnk_read_close(AVFormatContext *s)
static int pp_bnk_read_header(AVFormatContext *s)
Definition at line 319 of file pp_bnk.c.