comparison src/filewriter/mp3.c @ 2873:31d6c44ffef2

most of encoder backends require GINT16_NE; this is a temporary solution, it works for Icecast, but breaks FileWriter's WAV output on Big Endian systems; also, 8-bit data may be handled wrong; needs to be re-written with libSAD usage
author Andrew O. Shadoura <bugzilla@tut.by>
date Wed, 16 Jul 2008 23:09:38 +0300
parents f1b6f1b2cdb3
children dcd8d93ba781
comparison
equal deleted inserted replaced
2835:f1b6f1b2cdb3 2873:31d6c44ffef2
48 mp3_write, 48 mp3_write,
49 mp3_flush, 49 mp3_flush,
50 mp3_close, 50 mp3_close,
51 mp3_free, 51 mp3_free,
52 mp3_playing, 52 mp3_playing,
53 mp3_get_written_time 53 mp3_get_written_time,
54 FMT_S16_NE
54 }; 55 };
55 56
56 static GtkWidget *configure_win = NULL; 57 static GtkWidget *configure_win = NULL;
57 static GtkWidget *configure_bbox, *configure_ok, *configure_cancel; 58 static GtkWidget *configure_bbox, *configure_ok, *configure_cancel;
58 static GtkWidget *alg_quality_spin; 59 static GtkWidget *alg_quality_spin;