a64.c File Reference
#include "libavcodec/avcodec.h"
#include "libavcodec/a64enc.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"

Go to the source code of this file.

Data Structures

struct  A64MuxerContext
 

Typedefs

typedef struct A64MuxerContext A64MuxerContext
 

Functions

static int a64_write_header (struct AVFormatContext *s)
 
static int a64_write_packet (struct AVFormatContext *s, AVPacket *pkt)
 
static int a64_write_trailer (struct AVFormatContext *s)
 

Variables

AVOutputFormat ff_a64_muxer
 

Typedef Documentation

Function Documentation

static int a64_write_header ( struct AVFormatContext s)
static

Definition at line 33 of file a64.c.

static int a64_write_packet ( struct AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 65 of file a64.c.

Referenced by a64_write_trailer().

static int a64_write_trailer ( struct AVFormatContext s)
static

Definition at line 155 of file a64.c.

Variable Documentation

AVOutputFormat ff_a64_muxer
Initial value:
= {
.name = "a64",
.long_name = NULL_IF_CONFIG_SMALL("a64 - video for Commodore 64"),
.extensions = "a64, A64",
.priv_data_size = sizeof (A64Context),
.video_codec = CODEC_ID_A64_MULTI,
}
static int write_header(AVFormatContext *s)
Definition: assenc.c:28
struct A64Context A64Context
static int write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: assenc.c:58
static int a64_write_packet(struct AVFormatContext *s, AVPacket *pkt)
Definition: a64.c:65
static int a64_write_header(struct AVFormatContext *s)
Definition: a64.c:33
static int write_trailer(AVFormatContext *s)
Definition: assenc.c:67
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:191
static int a64_write_trailer(struct AVFormatContext *s)
Definition: a64.c:155

Definition at line 166 of file a64.c.