OpenFFmpeg
Classes | Typedefs | Variables
eacdata.c File Reference

Electronic Arts cdata Format Demuxer by Peter Ross (pross.nosp@m.@xvi.nosp@m.d.org) More...

#include "avformat.h"
#include "internal.h"

Classes

struct  CdataDemuxContext
 

Typedefs

typedef struct CdataDemuxContext CdataDemuxContext
 

Variables

AVInputFormat ff_ea_cdata_demuxer
 

Detailed Description

Electronic Arts cdata Format Demuxer by Peter Ross (pross.nosp@m.@xvi.nosp@m.d.org)

Technical details here: http://wiki.multimedia.cx/index.php?title=EA_Command_And_Conquer_3_Audio_Codec

Variable Documentation

§ ff_ea_cdata_demuxer

AVInputFormat ff_ea_cdata_demuxer
Initial value:
= {
.name = "ea_cdata",
.long_name = NULL_IF_CONFIG_SMALL("Electronic Arts cdata"),
.priv_data_size = sizeof(CdataDemuxContext),
.read_probe = cdata_probe,
.read_header = cdata_read_header,
.read_packet = cdata_read_packet,
.extensions = "cdata",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: eacdata.c:34