Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscodeJob.php |
— | — | @@ -109,7 +109,7 @@ |
110 | 110 | if( isset( $options['twopass'] ) ){ |
111 | 111 | // ffmpeg requires manual two pass |
112 | 112 | $status = $this->ffmpegEncode( $options, 1 ); |
113 | | - if( $status ){ |
| 113 | + if( $status && !is_string($status) ){ |
114 | 114 | $status = $this->ffmpegEncode( $options, 2 ); |
115 | 115 | } |
116 | 116 | } else { |