View | Details | Raw Unified
Collapse All | Expand All

(-) steghide-0.5.1/src/AuSampleValues.cc (+5 lines)
 Lines 18-24    Link Here 
 *
 *
 */
 */
#ifndef SH_AUSAMPLEVALUES_H
#define SH_AUSAMPLEVALUES_H
#include "AuSampleValues.h"
#include "AuSampleValues.h"
#include "common.h"
// AuMuLawSampleValue
// AuMuLawSampleValue
const BYTE AuMuLawSampleValue::MinValue = 0 ;
const BYTE AuMuLawSampleValue::MinValue = 0 ;
 Lines 35-37    Link Here 
// AuPCM32SampleValue
// AuPCM32SampleValue
const SWORD32 AuPCM32SampleValue::MinValue = SWORD32_MIN ;
const SWORD32 AuPCM32SampleValue::MinValue = SWORD32_MIN ;
const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ;
const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ;
#endif // ndef SH_AUSAMPLEVALUES_H