diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index f6eefdb..7aecd98 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -105,7 +105,9 @@ private: void setPlayMode(); void playVideoFrame(cDxr3PesFrame *frame, uint32_t pts); void playBlackFrame(); + void playSilentAudio(); + uchar *silentAudio; cDxr3AudioDecoder *aDecoder; cDxr3SpuDecoder* m_spuDecoder; iAudio *audioOut; |