libavformat/cdg.c File Reference

#include "avformat.h"

Go to the source code of this file.

Defines

#define CDG_PACKET_SIZE   24

Functions

static int read_header (AVFormatContext *s, AVFormatParameters *ap)
static int read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_cdg_demuxer


Define Documentation

#define CDG_PACKET_SIZE   24

Definition at line 24 of file cdg.c.


Function Documentation

static int read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

75 sectors/sec * 4 packets/sector = 300 packets/sec

Definition at line 26 of file cdg.c.

static int read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 48 of file cdg.c.


Variable Documentation

Initial value:

 {
    "cdg",
    NULL_IF_CONFIG_SMALL("CD Graphics Format"),
    0,
    NULL,
    read_header,
    read_packet,
    .extensions = "cdg"
}

Definition at line 58 of file cdg.c.


Generated on Fri Oct 26 02:38:20 2012 for FFmpeg by  doxygen 1.5.8