Ignore:
Timestamp:
19-05-11 03:23:53 (2 years ago)
Author:
thomas
Message:
  • morituri/common/encode.py: Alac does not have merge_tags. Fixes #15.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morituri/common/encode.py

    r438 r439  
    6767        return True 
    6868 
     69# FIXME: ffenc_alac does not have merge_tags 
    6970class AlacProfile(Profile): 
    7071    name = 'alac' 
    7172    extension = 'alac' 
    72     pipeline = 'ffenc_alac name=tagger' 
     73    pipeline = 'ffenc_alac' 
    7374    lossless = True 
    7475 
Note: See TracChangeset for help on using the changeset viewer.