Changeset 439 for trunk/morituri/common/encode.py
- Timestamp:
- 19-05-11 03:23:53 (2 years ago)
- File:
-
- 1 edited
-
trunk/morituri/common/encode.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/morituri/common/encode.py
r438 r439 67 67 return True 68 68 69 # FIXME: ffenc_alac does not have merge_tags 69 70 class AlacProfile(Profile): 70 71 name = 'alac' 71 72 extension = 'alac' 72 pipeline = 'ffenc_alac name=tagger'73 pipeline = 'ffenc_alac' 73 74 lossless = True 74 75
Note: See TracChangeset
for help on using the changeset viewer.
