Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83840
Collapse All | Expand All

(-)steghide-0.5.1/src/AuSampleValues.cc (+5 lines)
Lines 18-24 Link Here
18
 *
18
 *
19
 */
19
 */
20
20
21
#ifndef SH_AUSAMPLEVALUES_H
22
#define SH_AUSAMPLEVALUES_H
21
#include "AuSampleValues.h"
23
#include "AuSampleValues.h"
24
#include "common.h"
22
25
23
// AuMuLawSampleValue
26
// AuMuLawSampleValue
24
const BYTE AuMuLawSampleValue::MinValue = 0 ;
27
const BYTE AuMuLawSampleValue::MinValue = 0 ;
Lines 35-37 Link Here
35
// AuPCM32SampleValue
38
// AuPCM32SampleValue
36
const SWORD32 AuPCM32SampleValue::MinValue = SWORD32_MIN ;
39
const SWORD32 AuPCM32SampleValue::MinValue = SWORD32_MIN ;
37
const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ;
40
const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ;
41
42
#endif // ndef SH_AUSAMPLEVALUES_H

Return to bug 83840