FFmpeg
|
libavformat/jvdec.c File Reference
Bitmap Brothers JV demuxer. More...
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
Include dependency graph for libavformat/jvdec.c:
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 (AVProbeData *pd) |
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) |
static int | read_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_jv_demuxer |
Detailed Description
Bitmap Brothers JV demuxer.
Definition in file libavformat/jvdec.c.
Macro Definition Documentation
#define JV_PREAMBLE_SIZE 5 |
Definition at line 33 of file libavformat/jvdec.c.
Referenced by read_header(), and read_packet().
Definition at line 52 of file libavformat/jvdec.c.
Referenced by read_probe().
Function Documentation
|
static |
Definition at line 221 of file libavformat/jvdec.c.
|
static |
Definition at line 62 of file libavformat/jvdec.c.
|
static |
Definition at line 139 of file libavformat/jvdec.c.
|
static |
Definition at line 54 of file libavformat/jvdec.c.
Referenced by dv_probe(), ff_rtsp_open_transport_ctx(), and mmf_read_packet().
|
static |
Definition at line 190 of file libavformat/jvdec.c.
Variable Documentation
AVInputFormat ff_jv_demuxer |
Initial value:
= {
.name = "jv",
.long_name = NULL_IF_CONFIG_SMALL("Bitmap Brothers JV"),
.priv_data_size = sizeof(JVDemuxContext),
.read_probe = read_probe,
.read_close = read_close,
}
Definition: libavformat/jvdec.c:42
static int read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/jvdec.c:139
static int read_seek(AVFormatContext *s, int stream_index, int64_t ts, int flags)
Definition: libavformat/jvdec.c:190
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition at line 230 of file libavformat/jvdec.c.
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11