Ticket #6774: bindingpatch.diff
File bindingpatch.diff, 829 bytes (added by , 16 years ago) |
---|
-
bindings/perl/MythTV/Recording.pm
307 307 # Set the is_mpeg flag 308 308 $info{'is_mpeg'} = 1; 309 309 # Grab the info we want from mplayer (go uber-verbose to override --really-quiet) 310 my $data = `$program -v -v -v -v -nolirc -nojoystick -vo null -ao null -frames 1 -identify '$file' 2>/dev/null`;310 my $data = `$program -v -v -v -v -nolirc -nojoystick -vo null -ao null -frames 1 -identify -demuxer lavf '$file' 2>/dev/null`; 311 311 study $data; 312 312 ($info{'video_type'}) = $data =~ m/^VIDEO:\s*(MPEG[12])/m; 313 313 ($info{'width'}) = $data =~ m/^ID_VIDEO_WIDTH=0*([1-9]\d*)/m;