Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3cd24c0a
Commit
3cd24c0a
authored
May 12, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'v0.18.11'
parents
41507d81
8bfdb4ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
NEWS
NEWS
+5
-0
OggUtil.cxx
src/decoder/plugins/OggUtil.cxx
+1
-1
No files found.
NEWS
View file @
3cd24c0a
...
...
@@ -43,6 +43,11 @@ ver 0.19 (not yet released)
* install systemd unit for socket activation
* Android port
ver 0.18.11 (2014/05/12)
* decoder
- opus: fix missing song length on high-latency files
* fix race condition when using GLib event loop (non-Linux)
ver 0.18.10 (2014/04/10)
* decoder
- ffmpeg: fix seeking bug
...
...
src/decoder/plugins/OggUtil.cxx
View file @
3cd24c0a
...
...
@@ -81,7 +81,7 @@ bool
OggExpectPageSeek
(
ogg_sync_state
&
oy
,
ogg_page
&
page
,
Decoder
*
decoder
,
InputStream
&
input_stream
)
{
size_t
remaining_skipped
=
16384
;
size_t
remaining_skipped
=
32768
;
while
(
true
)
{
int
r
=
ogg_sync_pageseek
(
&
oy
,
&
page
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment