From 92599dbf7638540b9ed9ff3dbd6f2625c1c3f45f Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 14 Feb 2011 11:50:09 +0100 Subject: Improved stop detection H262 fps detection bugfix --- 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