Implemented palette replace mode in the OSD bitmaps

This commit is contained in:
Klaus Schmidinger
2005-06-19 10:47:06 +02:00
parent 121678e0ba
commit d68b0a87ae
4 changed files with 36 additions and 13 deletions

View File

@@ -3630,3 +3630,6 @@ Video Disk Recorder Revision History
//#define TEST_cVideoRepacker
in remux.c.
- When drawing a bitmap to the OSD, the existing palette of the target can now be
replaced with the new one instead of adding the new entries (thanks to Andreas
Regel).