| FFmpeg
    | 
Sega FILM (.cpk) file demuxer by Mike Melanson (melanson@pcisys.net) For more information regarding the Sega FILM file format, visit: http://www.pcisys.net/~melanson/codecs/. More...
#include "libavutil/intreadwrite.h"#include "avformat.h"#include "internal.h"#include "avio_internal.h"Go to the source code of this file.
| Data Structures | |
| struct | film_sample | 
| struct | FilmDemuxContext | 
| Macros | |
| #define | FILM_TAG MKBETAG('F', 'I', 'L', 'M') | 
| #define | FDSC_TAG MKBETAG('F', 'D', 'S', 'C') | 
| #define | STAB_TAG MKBETAG('S', 'T', 'A', 'B') | 
| #define | CVID_TAG MKBETAG('c', 'v', 'i', 'd') | 
| #define | RAW_TAG MKBETAG('r', 'a', 'w', ' ') | 
| Functions | |
| static int | film_probe (AVProbeData *p) | 
| static int | film_read_close (AVFormatContext *s) | 
| static int | film_read_header (AVFormatContext *s) | 
| static int | film_read_packet (AVFormatContext *s, AVPacket *pkt) | 
| static int | film_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) | 
| Variables | |
| AVInputFormat | ff_segafilm_demuxer | 
Sega FILM (.cpk) file demuxer by Mike Melanson (melanson@pcisys.net) For more information regarding the Sega FILM file format, visit: http://www.pcisys.net/~melanson/codecs/.
Definition in file segafilm.c.
Definition at line 35 of file segafilm.c.
Referenced by film_probe().
Definition at line 36 of file segafilm.c.
Referenced by film_probe(), and film_read_header().
Definition at line 37 of file segafilm.c.
Referenced by film_read_header().
Definition at line 38 of file segafilm.c.
Referenced by film_read_header().
Definition at line 39 of file segafilm.c.
Referenced by film_read_header().
| 
 | static | 
Definition at line 67 of file segafilm.c.
| 
 | static | 
Definition at line 78 of file segafilm.c.
Referenced by film_read_header().
| 
 | static | 
Definition at line 87 of file segafilm.c.
| 
 | static | 
Definition at line 267 of file segafilm.c.
| 
 | static | 
Definition at line 295 of file segafilm.c.
| AVInputFormat ff_segafilm_demuxer | 
Definition at line 313 of file segafilm.c.
 1.8.6
 1.8.6