Skip to content

Commit 4fef835

Browse files
committed
catch ffmpeg segfaults
1 parent 17f33d6 commit 4fef835

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

trunk/export/transcode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ package export::transcode;
347347
elsif ($l =~ m/\[transcode\] warning/) {
348348
$warnings .= $l;
349349
}
350-
elsif ($l =~ m/\[transcode\] critical/) {
350+
elsif ($l =~ m/\[transcode\] critical/ || $l =~ m/segmentation fault/i) {
351351
$warnings .= $l;
352352
die "\n\nTranscode had critical errors:\n\n$warnings";
353353
}

trunk/nuvexport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# $Author$
66

77
# Version
8-
$VERSION = '0.2 0.20050515.cvs';
8+
$VERSION = '0.2 0.20050603.cvs';
99

1010
# Autoflush buffers
1111
$|++;

trunk/nuvexport.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: nuvexport
66
Version: 0.2
7-
Release: 0.20050515.cvs
7+
Release: 0.20050603.cvs
88
License: GPL
99
Summary: mythtv nuv video file conversion script
1010
URL: http://forevermore.net/nuvexport/

0 commit comments

Comments
 (0)