Mercurial > audlegacy-plugins
comparison src/flac113/plugin.c @ 368:c812e846b84e trunk
[svn] - add support for extension probing to many plugins.
| author | nenolod |
|---|---|
| date | Tue, 12 Dec 2006 18:54:01 -0800 |
| parents | 6612ede1b934 |
| children | a157306caf03 |
comparison
equal
deleted
inserted
replaced
| 367:1dcf9f67b066 | 368:c812e846b84e |
|---|---|
| 122 NULL, | 122 NULL, |
| 123 FLAC_XMMS__get_song_info, | 123 FLAC_XMMS__get_song_info, |
| 124 FLAC_XMMS__file_info_box, | 124 FLAC_XMMS__file_info_box, |
| 125 NULL, | 125 NULL, |
| 126 flac_get_tuple | 126 flac_get_tuple |
| 127 NULL, | |
| 128 NULL, | |
| 129 { "flac", NULL }, | |
| 127 }; | 130 }; |
| 128 | 131 |
| 129 #define SAMPLES_PER_WRITE 512 | 132 #define SAMPLES_PER_WRITE 512 |
| 130 #define SAMPLE_BUFFER_SIZE ((FLAC__MAX_BLOCK_SIZE + SAMPLES_PER_WRITE) * FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS * (24/8)) | 133 #define SAMPLE_BUFFER_SIZE ((FLAC__MAX_BLOCK_SIZE + SAMPLES_PER_WRITE) * FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS * (24/8)) |
| 131 static FLAC__byte sample_buffer_[SAMPLE_BUFFER_SIZE]; | 134 static FLAC__byte sample_buffer_[SAMPLE_BUFFER_SIZE]; |
