Add support to decode VideoNow XP discs.

This commit is contained in:
2019-03-13 20:58:28 +00:00
parent 0a68e05f55
commit db75c6a8c7
4 changed files with 234 additions and 3 deletions

View File

@@ -197,7 +197,7 @@ namespace DiscImageChef.VideoNow
: Localization.FirstFrameIsNotAtSectorBoundary);
if(xp)
Console.WriteLine("VideoNow XP discs are not yet supported");
Xp.Decode(args[0], fs, swapped, framePosition);
else
Color.Decode(args[0], fs, swapped, framePosition);