summaryrefslogtreecommitdiff
path: root/command/streaminfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'command/streaminfo.cpp')
-rw-r--r--command/streaminfo.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}
}