Changeset 53027804008c9153214224e8fcaf7940b9b5fcaa

Show
Ignore:
Timestamp:
03/16/08 14:32:56 (10 months ago)
Author:
wgw <tjm1100@gmail.com>
git-committer:
wgw <tjm1100@gmail.com> 1205695976 -0500
git-parent:

[94ce5271ef5d1d4128ff27efe58add9a8c355b21]

git-author:
wgw <tjm1100@gmail.com> 1205695976 -0500
Message:

fix for transfers ending early

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/video/video.py

    r3f7f64b r5302780  
    242242        else: 
    243243            # Must be re-encoded 
    244             audioBPS = config.strtod(config.getAudioBR(tsn)) 
     244            audioBPS = config.getMaxAudioBR(tsn)*1000 
    245245            videoBPS = config.strtod(config.getVideoBR(tsn)) 
    246246            bitrate =  audioBPS + videoBPS