#include "libavcodec/flac.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
Go to the source code of this file.
Functions | |
int | ff_flac_write_header (ByteIOContext *pb, AVCodecContext *codec, int last_block) |
int ff_flac_write_header | ( | ByteIOContext * | pb, | |
AVCodecContext * | codec, | |||
int | last_block | |||
) |
Definition at line 27 of file flacenc_header.c.
Referenced by flac_write_header(), and mkv_write_codecprivate().