diff options
Diffstat (limited to 'command/streaminfo.cpp')
-rw-r--r-- | command/streaminfo.cpp | 2 |
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; } } } |