diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-02-13 13:26:36 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-02-13 13:26:36 +0100 |
commit | b48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c (patch) | |
tree | 81f65fa1c4fbce6fb718c6749860b6ffe1bd1d29 /command/streaminfo.cpp | |
parent | 29dd22eea8826d413e141d918b22316271d1b9f7 (diff) | |
download | vdr-plugin-markad-b48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c.tar.gz vdr-plugin-markad-b48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c.tar.bz2 |
Removed "scan ac3 always" parameter
Added some logos
Added spanish translations (thanks to jbjbjb)
Minor code cleanups
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; |