#include <inttypes.h>
#include <stdint.h>
#include <string.h>
#include "avformat.h"
#include "internal.h"
#include "lrc.h"
#include "metadata.h"
#include "subtitles.h"
#include "version.h"
#include "libavutil/bprint.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"
#include "libavutil/macros.h"
Go to the source code of this file.
Initial value:= {
.name = "lrc",
.extensions = "lrc",
.priv_data_size = 0,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int lrc_write_packet(AVFormatContext *s, AVPacket *pkt)
static int lrc_write_header(AVFormatContext *s)
Definition at line 143 of file lrcenc.c.