[Ffmpeg-cvslog] r6673 - trunk/libavcodec/h264.c
Uoti Urpala
uoti.urpala
Thu Oct 12 19:29:46 CEST 2006
On Thu, 2006-10-12 at 14:27 +0200, michael wrote:
> +++ trunk/libavcodec/h264.c Thu Oct 12 14:27:02 2006
> - static const int significant_coeff_flag_offset_8x8[2][63] = {
> + static const uint8_t significant_coeff_flag_offset_8x8[2][63] = {
The line
const int *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD];
was left unchanged, causing a segfault on my machine.
(Did you already change that to uint8_t locally and forget to commit? I
don't see how that could possibly work on any machine, and you posted
benchmark results for another change later.)
More information about the ffmpeg-cvslog
mailing list