From e3822e7bd2875eb01f2b649e6c015427a06c0fc2 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 12 Feb 2008 15:36:54 +0000 Subject: [PATCH] Remove a regex --- magic/Magdir/animation | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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), -- 2.40.0