diff options
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; |