#include "libavcodec/flac.h"#include "avformat.h"#include "flacenc.h"Go to the source code of this file.
Functions | |
| int | ff_flac_write_header (ByteIOContext *pb, AVCodecContext *codec) |
| static int | flac_write_header (struct AVFormatContext *s) |
| static int | flac_write_trailer (struct AVFormatContext *s) |
| static int | flac_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVOutputFormat | flac_muxer |
| int ff_flac_write_header | ( | ByteIOContext * | pb, | |
| AVCodecContext * | codec | |||
| ) |
Definition at line 26 of file flacenc.c.
Referenced by flac_write_header(), and mkv_write_codecprivate().
| static int flac_write_header | ( | struct AVFormatContext * | s | ) | [static] |
| static int flac_write_packet | ( | struct AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
| static int flac_write_trailer | ( | struct AVFormatContext * | s | ) | [static] |
Initial value:
{
"flac",
NULL_IF_CONFIG_SMALL("raw FLAC"),
"audio/x-flac",
"flac",
0,
CODEC_ID_FLAC,
CODEC_ID_NONE,
flac_write_header,
flac_write_packet,
flac_write_trailer,
.flags= AVFMT_NOTIMESTAMPS,
}
1.5.8