Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259652 | Differences between
and this patch

Collapse All | Expand All

(-)sox-14.2.0/src/mp3.c (-1 / +1 lines)
Lines 504-510 Link Here
504
504
505
SOX_FORMAT_HANDLER(mp3)
505
SOX_FORMAT_HANDLER(mp3)
506
{
506
{
507
  static char const * const names[] = {"mp3", "mp2", "audio/mpeg", NULL};
507
  static char const * const names[] = {"mp3", "mp2", "audio/mpeg; charset=binary", NULL};
508
  static unsigned const write_encodings[] = {
508
  static unsigned const write_encodings[] = {
509
    SOX_ENCODING_GSM, 0, 0};
509
    SOX_ENCODING_GSM, 0, 0};
510
  static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE,
510
  static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE,

Return to bug 259652