Go to the source code of this file.
|  | 
| #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', ' ') | 
|  | 
Sega FILM (.cpk) file demuxer by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) For more information regarding the Sega FILM file format, visit: http://www.pcisys.net/~melanson/codecs/ 
Definition in file segafilm.c.
◆ FILM_TAG
◆ FDSC_TAG
◆ STAB_TAG
◆ CVID_TAG
◆ RAW_TAG
◆ film_probe()
◆ film_read_close()
◆ film_read_header()
◆ film_read_packet()
◆ film_read_seek()
◆ ff_segafilm_demuxer
Initial value:= {
    .p.name         = "film_cpk",
}
Definition at line 328 of file segafilm.c.