comparison src/demac/plugin.c @ 2189:549009824758

demac: added MIME type (audio/x-ape) to provided tuple
author Eugene Zagidullin <e.asphyx@gmail.com>
date Sun, 25 Nov 2007 23:45:10 +0300
parents cc5e9ec110a4
children 36b9f3e6cbcf
comparison
equal deleted inserted replaced
2188:2984f6c7221a 2189:549009824758
324 #ifdef DEBUG 324 #ifdef DEBUG
325 fprintf(stderr, "** demac: plugin.c: Codec: %s\n", codec_string); 325 fprintf(stderr, "** demac: plugin.c: Codec: %s\n", codec_string);
326 #endif 326 #endif
327 aud_tuple_associate_string(tpl, FIELD_CODEC, NULL, codec_string); 327 aud_tuple_associate_string(tpl, FIELD_CODEC, NULL, codec_string);
328 aud_tuple_associate_string(tpl, FIELD_QUALITY, NULL, "lossless"); 328 aud_tuple_associate_string(tpl, FIELD_QUALITY, NULL, "lossless");
329 aud_tuple_associate_string(tpl, FIELD_MIMETYPE, NULL, "audio/x-ape");
329 return tpl; 330 return tpl;
330 } 331 }
331 332
332 Tuple *demac_get_tuple(char *filename) { 333 Tuple *demac_get_tuple(char *filename) {
333 #ifdef DEBUG 334 #ifdef DEBUG