Index: export/transcode.pm
===================================================================
RCS file: /var/lib/mythcvs/nuvexport/export/transcode.pm,v
retrieving revision 1.21
diff -u -r1.21 transcode.pm
--- export/transcode.pm	16 Feb 2005 07:35:26 -0000	1.21
+++ export/transcode.pm	18 Feb 2005 13:11:45 -0000
@@ -114,7 +114,7 @@
     # Figure out the input files
         if ($episode->{'finfo'}{'is_mpeg'}) {
     		$transcode .= " -i $episode->{'filename'} -x ";
-            if ($episode->{'finfo'}{'mpeg_stream_type'} == 'pes') {
+            if ($episode->{'finfo'}{'mpeg_stream_type'} eq 'pes') {
                 $transcode .= 'vob';
             }
             else {
