diff src/madplug/plugin.c @ 2203:13b8ab116b69

removed debugging stuff. some notes added
author Eugene Zagidullin <e.asphyx@gmail.com>
date Mon, 03 Dec 2007 02:10:29 +0300
parents f76e846d53d9
children 2faee266ea1e
line wrap: on
line diff
--- a/src/madplug/plugin.c	Mon Dec 03 01:26:57 2007 +0300
+++ b/src/madplug/plugin.c	Mon Dec 03 02:10:29 2007 +0300
@@ -792,6 +792,9 @@
         }
     }
 
+    /* TUDO: make tuple more informative (bitrate, layer).
+     * but it can slowdown tuple creation and avoid sense of TLEN reading. --eugene */
+
     aud_tuple_associate_string(tuple, FIELD_QUALITY, NULL, "lossy");
     aud_tuple_associate_string(tuple, FIELD_CODEC, NULL, "MPEG Audio (MP3)");
     aud_tuple_associate_string(tuple, FIELD_MIMETYPE, NULL, "audio/mpeg");