FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavcodec/flac.h"
#include "libavcodec/packet_internal.h"
#include "avformat.h"
#include "avio_internal.h"
#include "flacenc.h"
#include "id3v2.h"
#include "internal.h"
#include "mux.h"
#include "version.h"
#include "vorbiscomment.h"
Go to the source code of this file.
Data Structures | |
struct | FlacMuxerContext |
Functions | |
static int | flac_write_block_padding (AVIOContext *pb, unsigned int n_padding_bytes, int last_block) |
static int | flac_write_block_comment (AVIOContext *pb, AVDictionary **m, int last_block, int bitexact) |
static int | flac_write_picture (struct AVFormatContext *s, AVPacket *pkt) |
static int | flac_finish_header (struct AVFormatContext *s) |
static int | flac_init (struct AVFormatContext *s) |
static int | flac_write_header (struct AVFormatContext *s) |
static int | flac_write_audio_packet (struct AVFormatContext *s, AVPacket *pkt) |
static int | flac_queue_flush (AVFormatContext *s) |
static int | flac_write_trailer (struct AVFormatContext *s) |
static void | flac_deinit (struct AVFormatContext *s) |
static int | flac_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | flacenc_options [] |
static const AVClass | flac_muxer_class |
const FFOutputFormat | ff_flac_muxer |
|
static |
Definition at line 54 of file flacenc.c.
Referenced by flac_finish_header().
|
static |
Definition at line 63 of file flacenc.c.
Referenced by flac_finish_header().
|
static |
Definition at line 82 of file flacenc.c.
Referenced by flac_finish_header().
|
static |
Definition at line 168 of file flacenc.c.
Referenced by flac_queue_flush(), and flac_write_header().
|
static |
|
static |
|
static |
Definition at line 282 of file flacenc.c.
Referenced by flac_queue_flush(), and flac_write_packet().
|
static |
Definition at line 301 of file flacenc.c.
Referenced by flac_write_packet(), and flac_write_trailer().
|
static |
|
static |
|
static |
|
static |
|
static |
const FFOutputFormat ff_flac_muxer |