mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Fixed bug decoding dvb sub - thx aMvEL :)
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@2374 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
b5993fb905
commit
4393cba198
@ -157,7 +157,7 @@ namespace Nikse.SubtitleEdit.Logic.TransportStream
|
||||
index++;
|
||||
twoToEightBitColorLookup[2] = buffer[index];
|
||||
index++;
|
||||
twoToEightBitColorLookup[4] = buffer[index];
|
||||
twoToEightBitColorLookup[3] = buffer[index];
|
||||
index++;
|
||||
}
|
||||
else if (dataType == MapTable4To8Bit)
|
||||
|
Loading…
Reference in New Issue
Block a user