[FFmpeg-soc] [soc]: r3111 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Sun Aug 10 00:23:30 CEST 2008
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)
More information about the FFmpeg-soc
mailing list