Skip to content

Commit 4faa95d

Browse files
committed
another error string for ffmpeg to look for.
1 parent 6e6cde1 commit 4faa95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trunk/export/ffmpeg.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/perl -w
2-
#Last Updated: 2005.02.10 (xris)
2+
#Last Updated: 2005.02.12 (xris)
33
#
44
# ffmpeg.pm
55
#
@@ -210,7 +210,7 @@ package export::ffmpeg;
210210
$frames = int($1);
211211
}
212212
# ffmpeg warnings?
213-
elsif ($l =~ /^Unknown.+?codec/) {
213+
elsif ($l =~ /^Unknown.+?(codec|format)/
214214
$warnings .= $l;
215215
die "\n\nffmpeg had critical errors:\n\n$warnings";
216216
}

0 commit comments

Comments
 (0)