Adobe Filmstrip muxer.
More...
#include "libavutil/intreadwrite.h"
#include "avformat.h"
|
|
#define | RAND_TAG MKBETAG('R','a','n','d') |
| |
§ ff_filmstrip_muxer
Initial value:= {
.name = "filmstrip",
.extensions = "flm",
.audio_codec = AV_CODEC_ID_NONE,
.video_codec = AV_CODEC_ID_RAWVIDEO,
.write_header = write_header,
.write_packet = write_packet,
.write_trailer = write_trailer,
}
Definition: filmstripenc.c:32
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186