X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb%2Fidvb.h;h=e56a2c7bb784afd35190e507dae1c22b383f377c;hb=471c7e91850d9938fa82b265e48bf2e7721111d6;hp=f15cd04e529622906b18f4729f675f88aadfe22e;hpb=cdfd7a570b5b0813c8f62fc76deed949d7a11803;p=vuplus_dvbapp diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index f15cd04..e56a2c7 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -650,7 +650,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;