Changeset 1171
- Timestamp:
- 10/23/09 17:13:18 (10 months ago)
- Files:
-
- 1 modified
-
trunk/VobSubCodec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/VobSubCodec.c
r1168 r1171 384 384 if (usePalette) { 385 385 for (j = 0; j < 4; j++) 386 palette[j] = controlData.pixelColor[j];386 palette[j] = EndianU32_BtoN(controlData.pixelColor[j]); 387 387 } 388 388
