mirror of https://github.com/FFmpeg/FFmpeg.git
Latest commit. There is no error in parsing and or recovering transform coefficients. Double checked with ac3dec. Getting consistent results with the bit allocation routine and transform coefficients. The code is able to parse valid ac3 bitstreams without error from start to end. I have also implemented the imdct when block switching is not enabled. However, can anybody provide an insight into how to convert float samples to int16_t ? lrint is of no help cuz it produces output -1, 0 or 1 whereas the output should be between -32768 to 32767. Originally committed as revision 9654 to svn://svn.ffmpeg.org/ffmpeg/trunkpull/126/head
parent
0058584580
commit
486637af8e
1 changed files with 397 additions and 291 deletions
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue