Changeset a47ec592a6de883f4ae6bca512c23ac5bf1e1231

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

[8d06eb5569325e9f15059ad424cee373bc5d98b6]

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

supported modes missing debug_write

Files:

Legend:

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

    re40c8f2 ra47ec59  
    326326            debug_write(__name__, fn_attr(), ['TRUE,', width, 'x', height, 'is valid.', inFile]) 
    327327            return True 
    328         #print 'Not Tivo dimensions' 
     328    #print 'Not Tivo dimensions' 
     329    debug_write(__name__, fn_attr(), ['FALSE,', width, 'x', height, 'not in supported modes.', inFile]) 
    329330    return False 
    330331