gui/streaminfo2.cpp: add bitrate info for TS/webtv/file playback, based on code (C) martii

This commit is contained in:
[CST] Focus
2015-10-29 17:42:56 +03:00
parent 3feba2b40d
commit 891c0fe8d0
2 changed files with 234 additions and 173 deletions

View File

@@ -27,6 +27,7 @@
#include <driver/framebuffer.h>
#include <gui/components/cc.h>
#include <gui/movieplayer.h>
#include <zapit/femanager.h>
@@ -37,6 +38,7 @@ class CStreamInfo2 : public CMenuTarget
CFrameBuffer *frameBuffer;
CFrontend *frontend;
CComponentsPIP * pip;
CMoviePlayerGui *mp;
int x;
int y;
int width;