mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Revert "- audio_select: copy full code from TangoCash"
Signed-off-by: Thilo Graf <dbt@novatux.de>
this reverts commit: 5fd7ec68ac
This commit is contained in:
@@ -29,26 +29,14 @@
|
||||
//
|
||||
|
||||
#include "widget/menue.h"
|
||||
#include "movieplayer.h"
|
||||
|
||||
|
||||
|
||||
class CAudioSelectMenuHandler : public CMenuTarget
|
||||
{
|
||||
private:
|
||||
CMoviePlayerGui *mp;
|
||||
int width;
|
||||
cPlayback *playback;
|
||||
|
||||
int sel_apid;
|
||||
int apid_offset;
|
||||
int *apid;
|
||||
int p_count;
|
||||
int *perc_val;
|
||||
unsigned int *is_ac3;
|
||||
std::string *perc_str;
|
||||
CMenuWidget *AudioSelector;
|
||||
t_channel_id chan;
|
||||
public:
|
||||
CAudioSelectMenuHandler();
|
||||
~CAudioSelectMenuHandler();
|
||||
|
Reference in New Issue
Block a user