summaryrefslogtreecommitdiffstats
path: root/libFLAC/include/protected/stream_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'libFLAC/include/protected/stream_decoder.h')
-rw-r--r--libFLAC/include/protected/stream_decoder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libFLAC/include/protected/stream_decoder.h b/libFLAC/include/protected/stream_decoder.h
index 9108ca7..7be95af 100644
--- a/libFLAC/include/protected/stream_decoder.h
+++ b/libFLAC/include/protected/stream_decoder.h
@@ -1,5 +1,6 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
+ * Copyright (C) 2000-2009 Josh Coalson
+ * Copyright (C) 2011-2014 Xiph.Org Foundation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -39,6 +40,7 @@
typedef struct FLAC__StreamDecoderProtected {
FLAC__StreamDecoderState state;
+ FLAC__StreamDecoderInitStatus initstate;
unsigned channels;
FLAC__ChannelAssignment channel_assignment;
unsigned bits_per_sample;