From: Reuben Thomas Date: Tue, 12 Feb 2008 15:36:54 +0000 (+0000) Subject: Remove a regex X-Git-Tag: FILE5_05~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=311b72578af6e243f35cb0f28f95391a08d7238d;p=file Remove a regex --- diff --git a/magic/Magdir/animation b/magic/Magdir/animation index fbe860c7..0a83df5a 100644 --- a/magic/Magdir/animation +++ b/magic/Magdir/animation @@ -733,7 +733,18 @@ # From: Behan Webster # NuppelVideo used by Mythtv (*.nuv) -0 regex NuppelVideo|MythTVVideo MythTV NuppelVideo +# Note: there are two identical stanzas here differing only in the +# initial string matched. It used to be done with a regex, but we're +# trying to get rid of those. +0 string NuppelVideo MythTV NuppelVideo +>12 string x v%s +>20 lelong x (%d +>24 lelong x \bx%d), +>36 string P \bprogressive, +>36 string I \binterlaced, +>40 ledouble x \baspect:%.2f, +>48 ledouble x \bfps:%.2f +0 string MythTV MythTV NuppelVideo >12 string x v%s >20 lelong x (%d >24 lelong x \bx%d),