FFmpeg
Functions | Variables
a64.c File Reference
#include "libavcodec/avcodec.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "rawenc.h"

Go to the source code of this file.

Functions

static int a64_write_header (AVFormatContext *s)
 

Variables

AVOutputFormat ff_a64_muxer
 

Function Documentation

◆ a64_write_header()

static int a64_write_header ( AVFormatContext s)
static

Definition at line 27 of file a64.c.

Variable Documentation

◆ ff_a64_muxer

AVOutputFormat ff_a64_muxer
Initial value:
= {
.name = "a64",
.long_name = NULL_IF_CONFIG_SMALL("a64 - video for Commodore 64"),
.extensions = "a64, A64",
.video_codec = AV_CODEC_ID_A64_MULTI,
.write_header = a64_write_header,
.write_packet = ff_raw_write_packet,
}

Definition at line 61 of file a64.c.

AV_CODEC_ID_A64_MULTI
@ AV_CODEC_ID_A64_MULTI
Definition: avcodec.h:361
ff_raw_write_packet
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: rawenc.c:29
a64_write_header
static int a64_write_header(AVFormatContext *s)
Definition: a64.c:27
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:188