diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-02-14 11:50:09 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-02-14 11:50:09 +0100 |
commit | 92599dbf7638540b9ed9ff3dbd6f2625c1c3f45f (patch) | |
tree | 851db7a7ea6c7177e6402bbfe1b8950a062b6f3b /command/streaminfo.cpp | |
parent | b48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c (diff) | |
download | vdr-plugin-markad-92599dbf7638540b9ed9ff3dbd6f2625c1c3f45f.tar.gz vdr-plugin-markad-92599dbf7638540b9ed9ff3dbd6f2625c1c3f45f.tar.bz2 |
Improved stop detection
H262 fps detection bugfix
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; } } } |