FFmpeg
Classes | Typedefs | Variables
dsicin.c File Reference

Delphine Software International CIN file demuxer. More...

#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"

Classes

struct  CinFileHeader
 
struct  CinFrameHeader
 
struct  CinDemuxContext
 

Typedefs

typedef struct CinFileHeader CinFileHeader
 
typedef struct CinFrameHeader CinFrameHeader
 
typedef struct CinDemuxContext CinDemuxContext
 

Variables

AVInputFormat ff_dsicin_demuxer
 

Detailed Description

Delphine Software International CIN file demuxer.

Variable Documentation

§ ff_dsicin_demuxer

AVInputFormat ff_dsicin_demuxer
Initial value:
= {
.name = "dsicin",
.long_name = NULL_IF_CONFIG_SMALL("Delphine Software International CIN"),
.priv_data_size = sizeof(CinDemuxContext),
.read_probe = cin_probe,
.read_header = cin_read_header,
.read_packet = cin_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: dsicin.c:52