FFmpeg
|
#include <inttypes.h>
#include <stdint.h>
#include <string.h>
#include "avformat.h"
#include "internal.h"
#include "lrc.h"
#include "metadata.h"
#include "mux.h"
#include "version.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"
#include "libavutil/macros.h"
Go to the source code of this file.
Functions | |
static int | lrc_write_header (AVFormatContext *s) |
static int | lrc_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
const FFOutputFormat | ff_lrc_muxer |
|
static |
|
static |
const FFOutputFormat ff_lrc_muxer |