[Ffmpeg-cvslog] r6409 - in trunk/libavcodec: vorbis.c vorbis.h
Oded Shimon
ods15
Sun Oct 1 19:41:04 CEST 2006
On Sun, Oct 01, 2006 at 07:38:09PM +0200, ods15 wrote:
[..]
> - uint_fast8_t floor1_flag[vf->x_list_dim];
> + int floor1_flag[vf->x_list_dim];
This is the most invasive part of my commit, had to this because 8bits is
not enough for the "flag" array in the encoder. memory is not an issue,
this is usually ~20-30 elements. So, I hope noone minds. :)
- ods15
More information about the ffmpeg-cvslog
mailing list