another break
This commit is contained in:
parent
b6c49712d7
commit
6d44ef5641
|
@ -293,6 +293,7 @@ int DivSample::getSampleOffset(int offset, int length, DivSampleDepth depth) {
|
||||||
break;
|
break;
|
||||||
case DIV_SAMPLE_DEPTH_4BIT:
|
case DIV_SAMPLE_DEPTH_4BIT:
|
||||||
off=(offset+1)/2;
|
off=(offset+1)/2;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue