FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
#include "apetag.h"
Go to the source code of this file.
Data Structures | |
struct | WVMuxContext |
Macros | |
#define | WV_EXTRA_SIZE 12 |
#define | WV_END_BLOCK 0x1000 |
Functions | |
static int | write_header (AVFormatContext *s) |
static int | write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_wv_muxer |
#define WV_EXTRA_SIZE 12 |
Definition at line 28 of file wvenc.c.
Referenced by write_packet().
#define WV_END_BLOCK 0x1000 |
Definition at line 29 of file wvenc.c.
Referenced by write_packet().
|
static |
|
static |
|
static |
AVOutputFormat ff_wv_muxer |