FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 (struct AVFormatContext *s)
 

Variables

AVOutputFormat ff_a64_muxer
 

Function Documentation

static int a64_write_header ( struct AVFormatContext s)
static

Definition at line 27 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",
.video_codec = AV_CODEC_ID_A64_MULTI,
.write_header = a64_write_header,
.write_packet = ff_raw_write_packet,
}

Definition at line 55 of file a64.c.