diff mdec.c @ 5210:b52fd9b223bb libavcodec

add proper ff_ prefix to new extern symbols
author aurel
date Thu, 05 Jul 2007 09:21:55 +0000
parents c8c591fe26f8
children 470601203f44
line wrap: on
line diff
--- a/mdec.c	Thu Jul 05 09:09:53 2007 +0000
+++ b/mdec.c	Thu Jul 05 09:21:55 2007 +0000
@@ -60,7 +60,7 @@
 {
     int level, diff, i, j, run;
     int component;
-    RLTable *rl = &rl_mpeg1;
+    RLTable *rl = &ff_rl_mpeg1;
     uint8_t * const scantable= a->scantable.permutated;
     const uint16_t *quant_matrix= ff_mpeg1_default_intra_matrix;
     const int qscale= a->qscale;