Bitmap Brothers JV demuxer.
More...
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
|
|
#define | JV_PREAMBLE_SIZE 5 |
| |
|
#define | MAGIC " Compression by John M Phillips Copyright (C) 1995 The Bitmap Brothers Ltd." |
| |
Bitmap Brothers JV demuxer.
- Author
- Peter Ross pross.nosp@m.@xvi.nosp@m.d.org
§ ff_jv_demuxer
Initial value:= {
.name = "jv",
.read_probe = read_probe,
.read_header = read_header,
.read_packet = read_packet,
.read_seek = read_seek,
.read_close = read_close,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186