From: yomguy Date: Fri, 1 Mar 2013 12:11:25 +0000 (+0100) Subject: re-include m4a and webm X-Git-Tag: 0.4.4~9^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ec7040eefb572cc61605c3f4bdcca28b7b7ee5c8;p=timeside.git re-include m4a and webm --- diff --git a/timeside/encoder/__init__.py b/timeside/encoder/__init__.py index 7749045..aa02c8f 100644 --- a/timeside/encoder/__init__.py +++ b/timeside/encoder/__init__.py @@ -5,5 +5,5 @@ from ogg import * from wav import * from mp3 import * from flac import * -# from m4a import * -# from webm import * +from m4a import * +from webm import *