FFmpeg
|
#include "libavutil/crc.h"
#include "libavutil/intreadwrite.h"
#include "libavcodec/packet_internal.h"
#include "apetag.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "mux.h"
Go to the source code of this file.
Data Structures | |
struct | TTAMuxContext |
Functions | |
static int | tta_init (AVFormatContext *s) |
static int | tta_write_header (AVFormatContext *s) |
static int | tta_write_packet (AVFormatContext *s, AVPacket *pkt) |
static void | tta_queue_flush (AVFormatContext *s) |
static int | tta_write_trailer (AVFormatContext *s) |
static void | tta_deinit (AVFormatContext *s) |
Variables | |
const FFOutputFormat | ff_tta_muxer |
|
static |
|
static |
|
static |
|
static |
Definition at line 118 of file ttaenc.c.
Referenced by tta_write_trailer().
|
static |
|
static |
const FFOutputFormat ff_tta_muxer |