Index: libmpcdec/branches/zorg/include/mpcdec/streaminfo.h
===================================================================
--- libmpcdec/branches/zorg/include/mpcdec/streaminfo.h	(revision 107)
+++ libmpcdec/branches/zorg/include/mpcdec/streaminfo.h	(revision 117)
@@ -65,10 +65,7 @@
     mpc_int64_t          pcm_samples;        ///< Approximate number of pcm samples in stream
     mpc_uint32_t         max_band;           ///< Maximum band-index used in stream (0...31)
-    mpc_uint32_t         is;                 ///< Intensity stereo (0: off, 1: on)
     mpc_uint32_t         ms;                 ///< Mid/side stereo (0: off, 1: on)
-    mpc_uint32_t         block_size;         ///< Only needed for SV4...SV6 -> not supported
-    mpc_uint32_t         profile;            ///< Quality profile of stream
-    const char*          profile_name;       ///< Name of profile used by stream
-    mpc_uint32_t         fast_seek;          ///< True if stream supports fast-seeking
+	mpc_uint32_t         fast_seek;          ///< True if stream supports fast-seeking (sv7)
+	mpc_uint32_t         frames_per_block;   ///< Number of frames in a block (sv8)
     //@}
 
@@ -84,12 +81,18 @@
     //@{
     mpc_uint32_t         is_true_gapless;    ///< True gapless? (0: no, 1: yes)
-    mpc_uint32_t         last_frame_samples; ///< Number of valid samples within last frame
+	mpc_uint32_t         last_frame_samples; ///< Number of valid samples within last frame
+    //@}
 
+	/// @name Encoder informations
+    //@{
     mpc_uint32_t         encoder_version;    ///< Version of encoder used
     char                 encoder[256];       ///< Encoder name
+	mpc_bool_t           pns;                ///< pns used
+	mpc_uint32_t         profile;            ///< Quality profile of stream
+	const char*          profile_name;       ///< Name of profile used by stream
+	//@}
 
     mpc_streaminfo_off_t tag_offset;         ///< Offset to file tags
     mpc_streaminfo_off_t total_file_length;  ///< Total length of underlying file
-    //@}
 } mpc_streaminfo;
 
