libavformat/flacenc.c File Reference
#include "libavcodec/flac.h"
#include "avformat.h"
#include "flacenc.h"
#include "metadata.h"
#include "vorbiscomment.h"
#include "libavcodec/bytestream.h"
Go to the source code of this file.
Function Documentation
static int flac_write_block_comment |
( |
AVIOContext * |
pb, |
|
|
AVMetadata ** |
m, |
|
|
int |
last_block, |
|
|
int |
bitexact | |
|
) |
| | [static] |
static int flac_write_block_padding |
( |
AVIOContext * |
pb, |
|
|
unsigned int |
n_padding_bytes, |
|
|
int |
last_block | |
|
) |
| | [static] |
Variable Documentation
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,
}
Definition at line 121 of file flacenc.c.