#include "avformat.h"#include "voc.h"Go to the source code of this file.
Data Structures | |
| struct | C93BlockRecord | 
| struct | C93DemuxContext | 
Defines | |
| #define | C93_HAS_PALETTE 0x01 | 
| #define | C93_FIRST_FRAME 0x02 | 
Functions | |
| static int | probe (AVProbeData *p) | 
| static int | read_header (AVFormatContext *s, AVFormatParameters *ap) | 
| static int | read_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| AVInputFormat | c93_demuxer | 
| static int probe | ( | AVProbeData * | p | ) |  [static] | 
        
| static int read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |  [static] | 
        
| static int read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) |  [static] | 
        
Initial value:
 {
    "c93",
    NULL_IF_CONFIG_SMALL("Interplay C93"),
    sizeof(C93DemuxContext),
    probe,
    read_header,
    read_packet,
}
 1.5.8