#------------------------------------------------------------------------------
# animation:  file(1) magic for animation/movie formats
#
# animation formats
# MPEG, FLI, DL originally from vax@ccwf.cc.utexas.edu (VaX#n8)
# FLC, SGI, Apple originally from Daniel Quinlan (quinlan@yggdrasil.com)

# MPEG animation format
0	string		\000\000\001\263	movie.xpm:magenta::$playMovie::::MPEG file

# FLI animation format
4	leshort		0xAF11			movie.xpm:magenta::$playMovie::::FLI file
>6	leshort		x			movie.xpm:magenta::$playMovie::::- %d frames,
>8	leshort		x			movie.xpm:magenta::$playMovie::::width=%d pixels,
>10	leshort		x			movie.xpm:magenta::$playMovie::::height=%d pixels,
>12	leshort		x			movie.xpm:magenta::$playMovie::::depth=%d,
>16	leshort		x			movie.xpm:magenta::$playMovie::::ticks/frame=%d
# FLC animation format
4	leshort		0xAF12			movie.xpm:magenta::$playMovie::::FLC file
>6	leshort		x			movie.xpm:magenta::$playMovie::::- %d frames
>8	leshort		x			movie.xpm:magenta::$playMovie::::width=%d pixels,
>10	leshort		x			movie.xpm:magenta::$playMovie::::height=%d pixels,
>12	leshort		x			movie.xpm:magenta::$playMovie::::depth=%d,
>16	leshort		x			movie.xpm:magenta::$playMovie::::ticks/frame=%d

# SGI and Apple formats
0	string		MOVI		movie.xpm:magenta::$playMovie::::Silicon Graphics movie file
4	string		moov		movie.xpm:magenta::$playMovie::::Apple QuickTime movie file (moov)
4	string		mdat		movie.xpm:magenta::$playMovie::::Apple QuickTime movie file (mdat)

