Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
03b189ff
Commit
03b189ff
authored
Nov 01, 2001
by
Josh Coalson
Browse files
fix ..._process_metadata() to return correctly from a READ_FRAME state
parent
548175cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/stream_decoder.c
View file @
03b189ff
...
...
@@ -430,7 +430,8 @@ FLAC__bool FLAC__stream_decoder_process_metadata(FLAC__StreamDecoder *decoder)
break
;
case
FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC
:
return
true
;
break
;
case
FLAC__STREAM_DECODER_READ_FRAME
:
return
true
;
case
FLAC__STREAM_DECODER_END_OF_STREAM
:
return
true
;
default:
...
...
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