comparison 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
comparison
equal deleted inserted replaced
2202:f76e846d53d9 2203:13b8ab116b69
790 } 790 }
791 g_free(dummy); 791 g_free(dummy);
792 } 792 }
793 } 793 }
794 794
795 /* TUDO: make tuple more informative (bitrate, layer).
796 * but it can slowdown tuple creation and avoid sense of TLEN reading. --eugene */
797
795 aud_tuple_associate_string(tuple, FIELD_QUALITY, NULL, "lossy"); 798 aud_tuple_associate_string(tuple, FIELD_QUALITY, NULL, "lossy");
796 aud_tuple_associate_string(tuple, FIELD_CODEC, NULL, "MPEG Audio (MP3)"); 799 aud_tuple_associate_string(tuple, FIELD_CODEC, NULL, "MPEG Audio (MP3)");
797 aud_tuple_associate_string(tuple, FIELD_MIMETYPE, NULL, "audio/mpeg"); 800 aud_tuple_associate_string(tuple, FIELD_MIMETYPE, NULL, "audio/mpeg");
798 801
799 if(local_fd) 802 if(local_fd)