[transmageddon] Fix bug pointed out by Zeeshan



commit 724d24ba2ed92ada55b353d3c2228cca52efde76
Author: Christian F.K. Schaller <christian schaller collabora co uk>
Date:   Wed Oct 7 22:47:38 2009 +0100

    Fix bug pointed out by Zeeshan

 src/transmageddon.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 1e9afd0..cd693f5 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -567,7 +567,7 @@ class TransmageddonUI (gtk.glade.XML):
        if self.VideoCodec != "vpass":
            videostatus = codecfinder.get_video_encoder_element(codecfinder.codecmap[self.VideoCodec])
        else:
-           audiostatus= "apass"
+           videostatus= "vpass"
 
        if not containerstatus or not videostatus or not audiostatus:
            self.missingtoggle=True



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