From be6394b8c94aae459e71f2e67d0aa3e5ee181336 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sat, 19 Feb 2011 19:18:11 +0100 Subject: Fixed bug with negative marks on VDR-1.6 --- command/streaminfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/streaminfo.cpp') diff --git a/command/streaminfo.cpp b/command/streaminfo.cpp index 602916e..874ba8f 100644 --- a/command/streaminfo.cpp +++ b/command/streaminfo.cpp @@ -603,7 +603,7 @@ unsigned BitRateExtL: { if (fps!=maContext->Video.Info.FramesPerSecond) { - maContext->Video.Info.FramesPerSecond=-fps; + maContext->Video.Info.FramesPerSecond=fps; } } } -- cgit v1.2.3