#include "avformat.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 | |
AVOutputFormat | ff_vc1t_muxer |
static int vc1test_write_header | ( | AVFormatContext * | s | ) | [static] |
Definition at line 27 of file vc1testenc.c.
static int vc1test_write_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Definition at line 55 of file vc1testenc.c.
static int vc1test_write_trailer | ( | AVFormatContext * | s | ) | [static] |
Definition at line 71 of file vc1testenc.c.
Initial value:
{ "rcv", NULL_IF_CONFIG_SMALL("VC-1 test bitstream"), "", "rcv", sizeof(RCVContext), CODEC_ID_NONE, CODEC_ID_WMV3, vc1test_write_header, vc1test_write_packet, vc1test_write_trailer, }
Definition at line 84 of file vc1testenc.c.