X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fidvb.h;h=86936f8dc36900b199f19fa1a690ac2f4b597afb;hp=460b613a30000e1e26a3cd264d8ed9c645e412b6;hb=0c417aee83bac3ab0a70d5e0b3360d18b3663a23;hpb=2c4829db1915266f51900d5da0e98173c5b87148 diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index 460b613..86936f8 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -651,7 +651,7 @@ public: /** Set Displayed Video PID and type */ virtual RESULT setVideoPID(int vpid, int type)=0; - enum { af_MPEG, af_AC3, af_DTS, af_AAC }; + enum { af_MPEG, af_AC3, af_DTS, af_AAC, af_DTSHD }; /** Set Displayed Audio PID and type */ virtual RESULT setAudioPID(int apid, int type)=0;