Phantom Cine demuxer.
More...
#include "libavutil/intreadwrite.h"
#include "libavcodec/bmp.h"
#include "libavutil/intfloat.h"
#include "avformat.h"
#include "internal.h"
|
|
#define | CFA_TLGRAY 0x80000000U |
| |
|
#define | CFA_TRGRAY 0x40000000U |
| |
|
#define | CFA_BLGRAY 0x20000000U |
| |
|
#define | CFA_BRGRAY 0x10000000U |
| |
|
#define | DESCRIPTION_SIZE 4096 |
| |
Phantom Cine demuxer.
- Author
- Peter Ross pross.nosp@m.@xvi.nosp@m.d.org
§ anonymous enum
Compression.
| Enumerator |
|---|
| CC_RGB | Gray.
|
| CC_LEAD | LEAD (M)JPEG.
|
| CC_UNINT | Uninterpolated color image (CFA field indicates color ordering)
|
§ anonymous enum
Color Filter Array.
| Enumerator |
|---|
| CFA_NONE | GRAY.
|
| CFA_VRI | GBRG/RGGB.
|
| CFA_VRIV6 | BGGR/GRBG.
|
| CFA_BAYER | GB/RG.
|
| CFA_BAYERFLIP | RG/GB.
|
§ ff_cine_demuxer
Initial value:= {
.name = "cine",
.read_probe = cine_read_probe,
.read_header = cine_read_header,
.read_packet = cine_read_packet,
.read_seek = cine_read_seek,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186