Merge branch 'bug_672_removed_pvr_device'
[enigma2.git] / lib / dvb / idvb.h
index 460b613a30000e1e26a3cd264d8ed9c645e412b6..86936f8dc36900b199f19fa1a690ac2f4b597afb 100644 (file)
@@ -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;