FFmpeg
Loading...
Searching...
No Matches
a64.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavcodec/codec_id.h"
#include "libavcodec/codec_par.h"
#include "avformat.h"
#include "mux.h"
#include "rawenc.h"

Go to the source code of this file.

Functions

static int a64_write_header (AVFormatContext *s)
 

Variables

const FFOutputFormat ff_a64_muxer
 

Function Documentation

◆ a64_write_header()

static int a64_write_header ( AVFormatContext * s)
static

Definition at line 29 of file a64.c.

Variable Documentation

◆ ff_a64_muxer

const FFOutputFormat ff_a64_muxer
Initial value:
= {
.p.name = "a64",
.p.long_name = NULL_IF_CONFIG_SMALL("a64 - video for Commodore 64"),
.p.extensions = "a64, A64",
.p.video_codec = AV_CODEC_ID_A64_MULTI,
.p.audio_codec = AV_CODEC_ID_NONE,
.p.subtitle_codec = AV_CODEC_ID_NONE,
.flags_internal = FF_OFMT_FLAG_MAX_ONE_OF_EACH,
.write_header = a64_write_header,
.write_packet = ff_raw_write_packet,
}
static int a64_write_header(AVFormatContext *s)
Definition a64.c:29
@ AV_CODEC_ID_NONE
Definition codec_id.h:48
@ AV_CODEC_ID_A64_MULTI
Definition codec_id.h:193
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition rawenc.c:31
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
Definition mux.h:50

Definition at line 63 of file a64.c.