Skip to content

Commit bd3e9a7

Browse files
committed
apply fix for confused mplayer
1 parent 85fe0b3 commit bd3e9a7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

trunk/mythtv/nuvinfo.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ package mythtv::nuvinfo;
232232
$aspect =~ s/\,/\./;
233233
# Parse out decimal formats
234234
if ($aspect == 1) { return '1:1'; }
235+
elsif ($aspect =~ m/^0.0/) { return '4:3'; } # mplayer is confused -- assume 4:3
235236
elsif ($aspect =~ m/^1.3/) { return '4:3'; }
236237
elsif ($aspect =~ m/^1.7/) { return '16:9'; }
237238
elsif ($aspect == 2.21) { return '2.21:1'; }

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.3 0.20060620.svn';
8+
$VERSION = '0.3 0.20060626.svn';
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.3
7-
Release: 0.20060620.svn
7+
Release: 0.20060626.svn
88
License: GPL
99
Summary: mythtv nuv video file conversion script
1010
URL: http://forevermore.net/nuvexport/

0 commit comments

Comments
 (0)