Adobe Filmstrip demuxer.
More...
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avformat.h"
#include "internal.h"
|
|
#define | RAND_TAG MKBETAG('R','a','n','d') |
| |
§ ff_filmstrip_demuxer
Initial value:= {
.name = "filmstrip",
.read_header = read_header,
.read_packet = read_packet,
.read_seek = read_seek,
.extensions = "flm",
}
Definition: filmstripdec.c:34
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186