Changeset 0efcd36abc1c343c7fe8771bb3191f7fc0587d22

Show
Ignore:
Timestamp:
03/15/08 12:08:15 (8 months ago)
Author:
wgw <tjm1100@gmail.com>
git-committer:
wgw <tjm1100@gmail.com> 1205600895 -0500
git-parent:

[8c5063c6f3a4b9632105c7969d0c5ab96d620199]

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

dts not tivo compatible

Files:

Legend:

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

    r5be9ad6 r0efcd36  
    295295        return False 
    296296 
     297    if acodec == 'dca': 
     298        debug_write(__name__, fn_attr(), ['FALSE, acodec', acodec, ', not supported.', inFile]) 
     299        return False 
     300 
    297301    if not akbps or int(akbps) > config.getMaxAudioBR(tsn): 
    298302        debug_write(__name__, fn_attr(), ['FALSE,', akbps, 'kbps exceeds max audio bitrate.', inFile])