FFmpeg
|
vc1testenc.c File Reference
Include dependency graph for vc1testenc.c:
Go to the source code of this file.
Data Structures | |
struct | RCVContext |
Typedefs | |
typedef struct RCVContext | 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 | |
AVOutputFormat | ff_vc1t_muxer |
Typedef Documentation
typedef struct RCVContext RCVContext |
Function Documentation
|
static |
Definition at line 28 of file vc1testenc.c.
|
static |
Definition at line 56 of file vc1testenc.c.
|
static |
Definition at line 71 of file vc1testenc.c.
Variable Documentation
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: libavcodec/avcodec.h:100
static int write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/assenc.c:63
static int vc1test_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vc1testenc.c:56
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int vc1test_write_trailer(AVFormatContext *s)
Definition: vc1testenc.c:71
Definition: libavcodec/avcodec.h:174
struct RCVContext RCVContext
Definition at line 84 of file vc1testenc.c.
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11