diff options
Diffstat (limited to 'dxr3audiodecoder.c')
-rw-r--r-- | dxr3audiodecoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3audiodecoder.c b/dxr3audiodecoder.c index 20345bd..1fd149c 100644 --- a/dxr3audiodecoder.c +++ b/dxr3audiodecoder.c @@ -46,7 +46,7 @@ cDxr3AudioDecoder::cDxr3AudioDecoder() : rbuf(50000), ac3dtsDecoder(&rbuf) lastHeader[0] = 0xFF; lastHeader[1] = lastHeader[2] = lastHeader[3] = 0; -}; +} // ================================== //! deconst. @@ -54,7 +54,7 @@ cDxr3AudioDecoder::~cDxr3AudioDecoder() { // close codec, if it is open cDxr3Ffmepg::Instance().CloseCodec(Codec); -}; +} // ================================== //! (re)init ffmpeg codec |