diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-02-13 12:32:22 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-02-13 12:36:22 +0100 |
commit | d98d610825cf9e3d283428e6c1791f7a0f03f649 (patch) | |
tree | 428b21a3adb2e332381cbb4b1c3cfcbb080a2b12 /command/streaminfo.cpp | |
parent | 9e964370ba635f57df44a96506fc4bf633004a86 (diff) | |
download | vdr-plugin-markad-d98d610825cf9e3d283428e6c1791f7a0f03f649.tar.gz vdr-plugin-markad-d98d610825cf9e3d283428e6c1791f7a0f03f649.tar.bz2 |
removed "scan AC3 always" option, added "correct info file"v0.0.9
new default options: repair index=off, correct info file=off
markad now relies on the F framerate parameter (no internal correction)
improved overlap handling
added some logos
added spanisch translations (thanks to jbjbjb)
Diffstat (limited to 'command/streaminfo.cpp')
-rw-r--r-- | command/streaminfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/command/streaminfo.cpp b/command/streaminfo.cpp index 3330e12..602916e 100644 --- a/command/streaminfo.cpp +++ b/command/streaminfo.cpp @@ -314,10 +314,6 @@ bool cMarkAdStreamInfo::FindH264VideoInfos(MarkAdContext *maContext, uchar *pkt, { // set values maContext->Video.Info.Interlaced=!frame_mbs_only_flag; - if (frame_rate!=maContext->Video.Info.FramesPerSecond) - { - maContext->Video.Info.FramesPerSecond=-frame_rate; - } maContext->Video.Info.Width=width; maContext->Video.Info.Height=height; |