Changeset 439
- Timestamp:
- 19-05-11 03:23:53 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
morituri/common/encode.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r438 r439 1 2011-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 1 6 2011-05-19 Thomas Vander Stichele <thomas at apestaart dot org> 2 7 -
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.
