ALT Linux Bugzilla
– Attachment 1820 Details for
Bug 10874
unsupported flac >= 1.1.3
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
mpd-0.12.1+flac-1.1.3.patch2
mpd-0.12.1+flac-1.1.3.patch2 (text/plain), 836 bytes, created by
led
on 2007-02-19 18:50:33 MSK
(
hide
)
Description:
mpd-0.12.1+flac-1.1.3.patch2
Filename:
MIME Type:
Creator:
led
Created:
2007-02-19 18:50:33 MSK
Size:
836 bytes
patch
obsolete
>diff -ru mpd-0.12.1-b2/src/inputPlugins/oggflac_plugin.c mpd-0.12.1-b2-2nd/src/inputPlugins/oggflac_plugin.c >--- mpd-0.12.1-b2/src/inputPlugins/oggflac_plugin.c 2006-10-24 15:30:24.000000000 -0700 >+++ mpd-0.12.1-b2-2nd/src/inputPlugins/oggflac_plugin.c 2006-11-03 21:11:02.000000000 -0800 >@@ -99,11 +99,16 @@ > } > *bytes = r; > >- if (r == 0 && !inputStreamAtEOF(data->inStream) && !data->dc->stop) > #ifdef LEGACY_FLAC >+ if (r == 0 && !inputStreamAtEOF(data->inStream) && !data->dc->stop) > return OggFLAC__SEEKABLE_STREAM_DECODER_READ_STATUS_ERROR; > #else >- return FLAC__STREAM_DECODER_READ_STATUS_ABORT; >+ if (r == 0 && !data->dc->stop) { >+ if (inputStreamAtEOF(data->inStream)) >+ return FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM; >+ else >+ return FLAC__STREAM_DECODER_READ_STATUS_ABORT; >+ } > #endif > > #ifdef LEGACY_FLAC
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10874
:
1819
| 1820 |
1821