diff options
Diffstat (limited to 'dxr3demuxdevice.h')
-rw-r--r-- | dxr3demuxdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h index 52986cf..aa81c3e 100644 --- a/dxr3demuxdevice.h +++ b/dxr3demuxdevice.h @@ -48,7 +48,7 @@ public: void SetReplayMode(); void SetTrickMode(eDxr3TrickState trickState, int Speed = 1); - int DemuxPes(const uint8_t* buf, int length, bool bAc3Dts = false); + int DemuxPes(const uint8_t* buf, int length, bool bAc3Dts); int DemuxAudioPes(const uint8_t* buf, int length); void StillPicture(); |