[transmageddon] remove mention of xvid from avi format list



commit 8f263768d1019be7ce2a2f9d3974fe980b07e8ab
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date:   Tue Jul 1 09:58:27 2014 +0200

    remove mention of xvid from avi format list

 src/transmageddon.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 080c47a..7d1020d 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -96,7 +96,7 @@ supported_video_container_map = {
     'Matroska':   [ 'On2 vp8', 'Theora', 'H264', 'Dirac', 'divx5',
                     'MPEG4', 'MPEG2', 'H263+' ],
     'AVI':        [ 'H264', 'Dirac', 'MPEG2', 'MPEG4',
-                    'Windows Media Video 2', 'On2 vp8', 'xvid', 'divx5' ],
+                    'Windows Media Video 2', 'On2 vp8', 'divx5' ],
     'Quicktime':  [ 'H264', 'Dirac', 'MPEG2', 'MPEG4', 'On2 vp8' ],
     'MPEG4':      [ 'H264', 'MPEG2', 'MPEG4' ],
     'FLV':        [ 'H264'],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]