Changeset 439


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.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r438 r439  
     12011-05-19  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * morituri/common/encode.py: 
     4          Alac does not have merge_tags.  Fixes #15. 
     5 
    162011-05-19  Thomas Vander Stichele  <thomas at apestaart dot org> 
    27 
  • 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.