Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37521546
en ru br
ALT Linux repos
S:5.45-alt1
D:4.20-alt5.1
5.0: 4.26-alt2
4.1: 4.20-alt5
4.0: 4.20-alt5
3.0: 4.13-alt1

Other repositories
Upstream:4.23

Group :: File tools
RPM: file

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: file-4.07-alt-magic-mng.patch
Download


--- file-4.07/magic/Magdir/animation.orig	2003-12-23 20:34:32 +0300
+++ file-4.07/magic/Magdir/animation	2004-03-01 15:32:58 +0300
@@ -206,13 +206,23 @@
 0	belong			0x3026b275	Microsoft ASF
 
 # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
+# 0x8a M N G 0x0d 0x0a 0x1a 0x0a [4-byte pad] 
+# M H D R [4-byte width][4-byte height][4-byte ticks][4-byte layers]
+# [4-byte frame][4-byte time][4-byte profile]
 0	string			\x8aMNG		MNG video data,
 >4	belong			!0x0d0a1a0a	CORRUPTED,
 >4	belong			0x0d0a1a0a
 >>16    belong	x				%ld x
->>20    belong	x				%ld
+>>20    belong	x				%ld,
+>>24	belong	x				%ld tps,
+>>28	belong	x				%ld layers,
+>>32	belong	x				%ld frames,
+>>36	belong	x				%ld time,
+>>40	belong	x				profile = %ld
 
 # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
+# 0x8b J N G 0x0d 0x0a 0x1a 0x0a [4-byte pad] 
+# J H D R [4-byte width][4-byte height]
 0	string			\x8bJNG		JNG video data,
 >4	belong			!0x0d0a1a0a	CORRUPTED,
 >4	belong			0x0d0a1a0a
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin