From a37825205aa620f77dcedc7d8fab98b406ddd19f Mon Sep 17 00:00:00 2001 From: ddennedy Date: Sun, 10 Jun 2007 06:57:10 +0000 Subject: [PATCH] fezzik.dict: prioritize avformat higher than libdv for better quality git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@984 d19143bc-622f-0410-bfdd-b5b2a6649095 --- docs/westley.txt | 2 +- src/modules/fezzik.dict | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/westley.txt b/docs/westley.txt index d6b03603..1f42538d 100644 --- a/docs/westley.txt +++ b/docs/westley.txt @@ -491,7 +491,7 @@ Entities and Parameterisation: If you are embedding another XML document into a property value not using a CNODE section, then any DOCTYPE section must be relocated before any of - the xml elements to be well-formed. See demo/dvg.westley for an example. + the xml elements to be well-formed. See demo/svg.westley for an example. Entities can be used to parameterise westley! Using the above example, the entity declared serves as the default value for &msg;. The entity content diff --git a/src/modules/fezzik.dict b/src/modules/fezzik.dict index dff14342..ba7da2f1 100644 --- a/src/modules/fezzik.dict +++ b/src/modules/fezzik.dict @@ -4,10 +4,10 @@ http://*=avformat *.kdenlive=westley *.inigo=inigo_file *.asf=avformat -*.avi=mcdv,libdv,avformat +*.avi=mcdv,avformat,libdv *.bmp=pixbuf,qimage,sdl_image -*.dv=mcdv,libdv,avformat -*.dif=mcdv,libdv +*.dv=mcdv,avformat,libdv +*.dif=mcdv,avformat,libdv *.gif=pixbuf,qimage,sdl_image *.graphics=westley *.jfx=westley @@ -16,7 +16,7 @@ http://*=avformat *.jpeg=pixbuf,qimage,sdl_image *.kino=westley *.mp3=avformat -*.mov=mcdv,libdv,avformat +*.mov=mcdv,avformat,libdv *.mpg=mcmpeg,avformat *.mpeg=mcmpeg,avformat *.mpl=pango -- 2.39.2