added ASF format
[meviz.git] / src / main / java / eu / svjatoslav / meviz / encoder / converters / Ffmpeg2theora.java
index 32a8808..a9d86ee 100755 (executable)
@@ -1,7 +1,7 @@
 /*
  * Meviz - Various tools collection to work with multimedia.
  * Copyright (C) 2012, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
- * 
+ *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public License
  * as published by the Free Software Foundation.
@@ -26,7 +26,7 @@ public class Ffmpeg2theora extends AbstractConverter {
 
        @Override
        public List<String> getSourceFileExtensions() {
-               return toList("avi", "mp4", "m4v");
+               return toList("avi", "mp4", "m4v", "asf");
        }
 
        @Override