# HG changeset patch # User tmmm # Date 1064017903 0 # Node ID 408f620eed8c90818c5fc986ab343c41e6f54bb8 # Parent 4aa51913d0b2b7ece92c90943f015476633d2067 iterate through the appropriate range of palette entries diff -r 4aa51913d0b2 -r 408f620eed8c ipmovie.c --- a/ipmovie.c Thu Sep 18 04:25:41 2003 +0000 +++ b/ipmovie.c Sat Sep 20 00:31:43 2003 +0000 @@ -449,7 +449,7 @@ /* load the palette into internal data structure */ first_color = LE_16(&scratch[0]); - last_color = LE_16(&scratch[2]); + last_color = first_color + LE_16(&scratch[2]); /* sanity check (since they are 16 bit values) */ if ((first_color > 0xFF) || (last_color > 0xFF)) { debug_ipmovie("demux_ipmovie: set_palette indices out of range (%d -> %d)\n",