Skip to content

Commit

Permalink
more adjustments for myth's desire to f*ck with the audio sample rate…
Browse files Browse the repository at this point in the history
… after transcoding.
  • Loading branch information
ex-nerd committed Sep 29, 2004
1 parent a8db678 commit e961ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/mythtv/nuvinfo.pm
Expand Up @@ -106,7 +106,7 @@ package mythtv::nuvinfo;
$info{'width'} += 0;
$info{'height'} += 0;
# Make some corrections for a myth bug
$info{'audio_sample_rate'} = 44100 if ($info{'audio_sample_rate'} == 42501);
$info{'audio_sample_rate'} = 44100 if ($info{'audio_sample_rate'} == 42501 || $info{'audio_sample_rate'} =~ /^44\d\d\d$/);
# Return
return %info;
}
Expand Down

0 comments on commit e961ff1

Please sign in to comment.