#include <inttypes.h>
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
◆ microdvd_write_header()
◆ microdvd_write_packet()
◆ ff_microdvd_muxer
Initial value:= {
.name = "microdvd",
.mime_type = "text/x-microdvd",
.extensions = "sub",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int microdvd_write_packet(AVFormatContext *avf, AVPacket *pkt)
static int microdvd_write_header(struct AVFormatContext *s)
Definition at line 58 of file microdvdenc.c.