FFmpeg
Data Structures | Functions | Variables
vc1testenc.c File Reference
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  RCVContext
 

Functions

static int vc1test_write_header (AVFormatContext *s)
 
static int vc1test_write_packet (AVFormatContext *s, AVPacket *pkt)
 
static int vc1test_write_trailer (AVFormatContext *s)
 

Variables

const AVOutputFormat ff_vc1t_muxer
 

Function Documentation

◆ vc1test_write_header()

static int vc1test_write_header ( AVFormatContext s)
static

Definition at line 28 of file vc1testenc.c.

◆ vc1test_write_packet()

static int vc1test_write_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 56 of file vc1testenc.c.

◆ vc1test_write_trailer()

static int vc1test_write_trailer ( AVFormatContext s)
static

Definition at line 71 of file vc1testenc.c.

Variable Documentation

◆ ff_vc1t_muxer

const AVOutputFormat ff_vc1t_muxer
Initial value:
= {
.name = "vc1test",
.long_name = NULL_IF_CONFIG_SMALL("VC-1 test bitstream"),
.extensions = "rcv",
.priv_data_size = sizeof(RCVContext),
.audio_codec = AV_CODEC_ID_NONE,
.video_codec = AV_CODEC_ID_WMV3,
}

Definition at line 83 of file vc1testenc.c.

RCVContext
Definition: vc1testenc.c:24
AV_CODEC_ID_WMV3
@ AV_CODEC_ID_WMV3
Definition: codec_id.h:121
write_trailer
static int write_trailer(AVFormatContext *s1)
Definition: v4l2enc.c:98
vc1test_write_packet
static int vc1test_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vc1testenc.c:56
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:117
write_packet
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
Definition: ffmpeg.c:727
AV_CODEC_ID_NONE
@ AV_CODEC_ID_NONE
Definition: codec_id.h:48
write_header
static void write_header(FFV1Context *f)
Definition: ffv1enc.c:347
vc1test_write_trailer
static int vc1test_write_trailer(AVFormatContext *s)
Definition: vc1testenc.c:71
vc1test_write_header
static int vc1test_write_header(AVFormatContext *s)
Definition: vc1testenc.c:28