FFmpeg
|
#include "avformat.h"
#include "internal.h"
#include "mux.h"
#include "libavutil/log.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Data Structures | |
struct | RCWTContext |
Macros | |
#define | RCWT_CLUSTER_MAX_BLOCKS 65535 |
#define | RCWT_BLOCK_SIZE 3 |
Functions | |
static void | rcwt_init_cluster (RCWTContext *rcwt) |
static void | rcwt_flush_cluster (AVFormatContext *avf) |
static int | rcwt_write_header (AVFormatContext *avf) |
static int | rcwt_write_packet (AVFormatContext *avf, AVPacket *pkt) |
static int | rcwt_write_trailer (AVFormatContext *avf) |
Variables | |
const FFOutputFormat | ff_rcwt_muxer |
|
static |
Definition at line 66 of file rcwtenc.c.
Referenced by rcwt_flush_cluster(), and rcwt_write_header().
|
static |
Definition at line 72 of file rcwtenc.c.
Referenced by rcwt_write_packet(), and rcwt_write_trailer().
|
static |
|
static |
|
static |
const FFOutputFormat ff_rcwt_muxer |