Displaying 1 result from an estimated 1 matches for "0bea5fb".
Did you mean:
0ba5f3b
2015 Sep 06
3
question about 0bea5fb commit
The patch http://git.xiph.org/?p=flac.git;a=commitdiff;h=0bea5fb96436588b4e78c5be79bf174b9be7a202
changes the type of t value from FLAC__int32 to uint32_t,
but only for 24-bit signed input samples. 24-bit *un*signed
input still uses FLAC__int32 t.
So I wonder - does it makes sense to change this type too?
The patch is attached.
-------------- next part --------...