mirror of https://github.com/FFmpeg/FFmpeg.git
Up until now, the cljr encoder used buffers that were too big by a factor of eight (probably bit/byte confusion). This has been fixed. And because the needed buffer size can be easily calculated in advance, one can avoid the implicit use of an intermediate buffer and can even allow user-supplied buffers. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/362/head
parent
60da5b87ad
commit
5b8c18495c
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue