From b48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 13 Feb 2011 13:26:36 +0100 Subject: Removed "scan ac3 always" parameter Added some logos Added spanish translations (thanks to jbjbjb) Minor code cleanups --- command/streaminfo.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'command/streaminfo.cpp') 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; -- cgit v1.2.3