mirror of
https://github.com/aaru-dps/Aaru.VideoNow.git
synced 2025-12-16 19:24:36 +00:00
Add support to decode VideoNow XP discs.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user