FFmpeg
Classes | Macros | Typedefs | Variables
jvdec.c File Reference

Bitmap Brothers JV demuxer. More...

#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"

Classes

struct  JVFrame
 
struct  JVDemuxContext
 

Macros

#define JV_PREAMBLE_SIZE   5
 
#define MAGIC   " Compression by John M Phillips Copyright (C) 1995 The Bitmap Brothers Ltd."
 

Typedefs

typedef struct JVFrame JVFrame
 
typedef struct JVDemuxContext JVDemuxContext
 

Variables

AVInputFormat ff_jv_demuxer
 

Detailed Description

Bitmap Brothers JV demuxer.

Author
Peter Ross pross.nosp@m.@xvi.nosp@m.d.org

Variable Documentation

§ ff_jv_demuxer

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_header = read_header,
.read_packet = read_packet,
.read_seek = read_seek,
.read_close = read_close,
}
Definition: jvdec.c:43
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186