Author: ramiro
Date: Sun Aug 10 00:23:29 2008
New Revision: 3111
Log:
Set 'offset' from within codebook_bits_offset().
I forgot this one since the code is currently duplicated.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Sun Aug 10 00:23:29 2008
@@ -800,7 +800,6 @@ static void codebook_bits(MLPEncodeConte
if (temp_bo.bitcount < best_bo.bitcount) {
best_bo = temp_bo;
- best_bo.offset = offset;
}
if (temp_bo.bitcount < previous_count)
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc