diff mov.c @ 431:fe91c780d26a libavformat

prefix global
author michael
date Sat, 10 Apr 2004 19:42:18 +0000
parents 5ac07c7b4874
children b3fdae08c556
line wrap: on
line diff
--- a/mov.c	Sat Apr 10 15:09:46 2004 +0000
+++ b/mov.c	Sat Apr 10 19:42:18 2004 +0000
@@ -903,11 +903,11 @@
                     /* if flag bit 3 is set, use the default palette */
                     color_count = 1 << color_depth;
                     if (color_depth == 2)
-                        color_table = qt_default_palette_4;
+                        color_table = ff_qt_default_palette_4;
                     else if (color_depth == 4)
-                        color_table = qt_default_palette_16;
+                        color_table = ff_qt_default_palette_16;
                     else
-                        color_table = qt_default_palette_256;
+                        color_table = ff_qt_default_palette_256;
 
                     for (j = 0; j < color_count; j++) {
                         r = color_table[j * 4 + 0];