Mercurial > audlegacy-plugins
comparison src/flac112/plugin.c @ 520:8f1785471613 trunk
[svn] - add missing inclusion of audacious/strings.h where necessary
| author | giacomo |
|---|---|
| date | Mon, 22 Jan 2007 10:36:50 -0800 |
| parents | 77012d414f58 |
| children | 2d3fad6a3842 |
comparison
equal
deleted
inserted
replaced
| 519:bbc597d9875d | 520:8f1785471613 |
|---|---|
| 243 flac_cfg.output.resolution.replaygain.bps_out = 16; | 243 flac_cfg.output.resolution.replaygain.bps_out = 16; |
| 244 | 244 |
| 245 bmp_cfg_db_close(db); | 245 bmp_cfg_db_close(db); |
| 246 | 246 |
| 247 decoder_ = FLAC__seekable_stream_decoder_new(); | 247 decoder_ = FLAC__seekable_stream_decoder_new(); |
| 248 file_info_.vfsfile = NULL; | |
| 248 } | 249 } |
| 249 | 250 |
| 250 int FLAC_XMMS__is_our_file_from_vfs( gchar * filename , VFSFile * vfsfile ) | 251 int FLAC_XMMS__is_our_file_from_vfs( gchar * filename , VFSFile * vfsfile ) |
| 251 { | 252 { |
| 252 gchar magic_bytes[4]; | 253 gchar magic_bytes[4]; |
