about summary refs log tree commit homepage
path: root/lib/dtas/format.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/format.rb')
-rw-r--r--lib/dtas/format.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dtas/format.rb b/lib/dtas/format.rb
index 83a541a..a6e424b 100644
--- a/lib/dtas/format.rb
+++ b/lib/dtas/format.rb
@@ -75,6 +75,7 @@ class DTAS::Format # :nodoc:
     ivars_to_hash(SIVS)
   end
 
+  # FIXME, move to per-source (sox/avconv/ffmpeg)
   def from_file(path)
     @channels = qx(%W(soxi -c #{path})).to_i
     @type = qx(%W(soxi -t #{path})).strip