FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | JVFrame |
struct | JVDemuxContext |
Macros | |
#define | JV_PREAMBLE_SIZE 5 |
#define | MAGIC " Compression by John M Phillips Copyright (C) 1995 The Bitmap Brothers Ltd." |
Functions | |
static int | read_probe (const AVProbeData *pd) |
static int | read_close (AVFormatContext *s) |
static int | read_header (AVFormatContext *s) |
static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | read_seek (AVFormatContext *s, int stream_index, int64_t ts, int flags) |
Variables | |
const FFInputFormat | ff_jv_demuxer |
Bitmap Brothers JV demuxer
Definition in file jvdec.c.
|
static |
|
static |
|
static |
|
static |
|
static |
const FFInputFormat ff_jv_demuxer |