ChangeSet ID: 8482 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/13 18:17:01
Modified files: dlls/msvideo/msrle32: msrle_private.h msrle32.c
Log message: Michael Günnewig MichaelGuennewig@gmx.de - Fixed end flags while encoding -- only EOI instead of EOL and EOI. - Fixed 4-bit RLE encoding of keyframes. - Fixed signed/unsigned mismatches. - Added some missing const's.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8482
Old revision New revision Changes Path 1.2 1.3 +1 -1 wine/dlls/msvideo/msrle32/msrle_private.h 1.3 1.4 +65 -39 wine/dlls/msvideo/msrle32/msrle32.c