track all declarations after statement for C90 compilers (VS2005)
This commit is contained in:
@@ -34,12 +34,12 @@
|
||||
#include "codestream_manager.h"
|
||||
|
||||
|
||||
//! Marker parameters
|
||||
/** Marker parameters*/
|
||||
typedef struct marker_param{
|
||||
codestream_param_t cs; //!< corresponding codestream
|
||||
Byte2_t code; //!< marker code
|
||||
Byte8_t offset; //!< offset relative to the start of the codestream ( including the length parameter but not the marker itself)
|
||||
Byte2_t length; //!< marker segment length
|
||||
codestream_param_t cs; /**< corresponding codestream*/
|
||||
Byte2_t code; /**< marker code*/
|
||||
Byte8_t offset; /**< offset relative to the start of the codestream ( including the length parameter but not the marker itself)*/
|
||||
Byte2_t length; /**< marker segment length*/
|
||||
} marker_param_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user