Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
liboggz
Commits
92f7dd7d
Commit
92f7dd7d
authored
Aug 27, 2004
by
conrad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ni
git-svn-id:
http://svn.annodex.net/liboggz/trunk@525
8158c8cd-e7e1-0310-9fa4-c5954c97daef
parent
f406a1a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/liboggz/oggz_read.c
src/liboggz/oggz_read.c
+1
-1
No files found.
src/liboggz/oggz_read.c
View file @
92f7dd7d
...
...
@@ -283,7 +283,7 @@ oggz_read_sync (OGGZ * oggz)
if
(
cb_ret
==
OGGZ_STOP_OK
||
cb_ret
==
OGGZ_STOP_ERR
)
return
cb_ret
;
if
(
oggz_get_next_page_7
(
oggz
,
&
og
)
<
0
)
return
OGGZ_READ_EOF
;
/* eof. leave unitialized */
return
OGGZ_READ_EOF
;
/* eof. leave uni
ni
tialized */
serialno
=
ogg_page_serialno
(
&
og
);
reader
->
current_serialno
=
serialno
;
/* XXX: maybe not necessary */
...
...
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