[FFmpeg-soc] [soc]: r1476 - in rv40: rv34.c rv34vlc.h
kostya
subversion at mplayerhq.hu
Fri Nov 30 06:43:01 CET 2007
Author: kostya
Date: Fri Nov 30 06:43:01 2007
New Revision: 1476
Log:
typo
Modified:
rv40/rv34.c
rv40/rv34vlc.h
Modified: rv40/rv34.c
==============================================================================
--- rv40/rv34.c (original)
+++ rv40/rv34.c Fri Nov 30 06:43:01 2007
@@ -113,7 +113,7 @@ static void rv34_init_tables()
for(j = 0; j < 2; j++){
rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j], NULL);
rv34_gen_vlc(rv34_table_inter_secondpat[i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].second_pattern[j], NULL);
- rv34_gen_vlc(rv34_table_intra_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j], NULL);
+ rv34_gen_vlc(rv34_table_inter_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j], NULL);
}
rv34_gen_vlc(rv34_inter_coeffvlc[i], COEFF_VLC_SIZE, &inter_vlcs[i].coefficient, NULL);
}
Modified: rv40/rv34vlc.h
==============================================================================
--- rv40/rv34vlc.h (original)
+++ rv40/rv34vlc.h Fri Nov 30 06:43:01 2007
@@ -3890,7 +3890,7 @@ static const uint8_t rv34_table_inter_se
},
};
-static const uint8_t rv34_table_intra_thirdpat[NUM_INTER_TABLES][2][OTHERBLK_VLC_SIZE] = {
+static const uint8_t rv34_table_inter_thirdpat[NUM_INTER_TABLES][2][OTHERBLK_VLC_SIZE] = {
{
{
0, 5, 8, 3, 6, 9, 6, 7, 9, 4, 6, 9, 6, 7, 9, 8,
More information about the FFmpeg-soc
mailing list