Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
48bbe811
Commit
48bbe811
authored
Sep 24, 2003
by
Josh Coalson
Browse files
add OggFLAC__OggDecoderAspect member
parent
b3aad640
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/libOggFLAC/include/protected/file_decoder.h
View file @
48bbe811
...
...
@@ -33,9 +33,11 @@
#define OggFLAC__PROTECTED__FILE_DECODER_H
#include
"OggFLAC/file_decoder.h"
#include
"private/ogg_decoder_aspect.h"
typedef
struct
OggFLAC__FileDecoderProtected
{
OggFLAC__FileDecoderState
state
;
OggFLAC__OggDecoderAspect
ogg_decoder_aspect
;
}
OggFLAC__FileDecoderProtected
;
#endif
src/libOggFLAC/include/protected/seekable_stream_decoder.h
View file @
48bbe811
...
...
@@ -33,9 +33,11 @@
#define OggFLAC__PROTECTED__SEEKABLE_STREAM_DECODER_H
#include
"OggFLAC/seekable_stream_decoder.h"
#include
"private/ogg_decoder_aspect.h"
typedef
struct
OggFLAC__SeekableStreamDecoderProtected
{
OggFLAC__SeekableStreamDecoderState
state
;
OggFLAC__OggDecoderAspect
ogg_decoder_aspect
;
}
OggFLAC__SeekableStreamDecoderProtected
;
#endif
src/libOggFLAC/include/protected/stream_decoder.h
View file @
48bbe811
...
...
@@ -33,11 +33,11 @@
#define OggFLAC__PROTECTED__STREAM_DECODER_H
#include
"OggFLAC/stream_decoder.h"
#include
"private/ogg_decoder_aspect.h"
typedef
struct
OggFLAC__StreamDecoderProtected
{
OggFLAC__StreamDecoderState
state
;
FLAC__bool
use_first_serial_number
;
long
serial_number
;
OggFLAC__OggDecoderAspect
ogg_decoder_aspect
;
}
OggFLAC__StreamDecoderProtected
;
#endif
Write
Preview
Supports
Markdown
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