aboutsummaryrefslogtreecommitdiffstats
path: root/lvc
diff options
context:
space:
mode:
Diffstat (limited to 'lvc')
-rw-r--r--lvc/resources/converters/android.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lvc/resources/converters/android.py b/lvc/resources/converters/android.py
index ffe73f2..7aaebcd 100644
--- a/lvc/resources/converters/android.py
+++ b/lvc/resources/converters/android.py
@@ -1,6 +1,7 @@
from lvc.converter import FFmpegConverterInfo
from lvc.basicconverters import MP4
+
class AndroidConversion(FFmpegConverterInfo):
media_type = 'android'
extension = 'mp4'
@@ -36,7 +37,7 @@ sensation = AndroidConversion('Sensation', 960, 540)
rezound = AndroidConversion('Rezound', 1280, 720)
onex = AndroidConversion('One X', 1280, 720)
-htc_devices = ('HTC', [wildfire, desire, incredible, thunderbolt, evo,
+htc_devices = ('HTC', [wildfire, desire, incredible, thunderbolt, evo,
sensation, rezound, onex])
droid = AndroidConversion('Droid', 854, 480)