diff options
Diffstat (limited to 'k9decmpeg/k9decodethread.cpp')
| -rw-r--r-- | k9decmpeg/k9decodethread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k9decmpeg/k9decodethread.cpp b/k9decmpeg/k9decodethread.cpp index a7e5498..dcc6393 100644 --- a/k9decmpeg/k9decodethread.cpp +++ b/k9decmpeg/k9decodethread.cpp @@ -14,7 +14,7 @@ k9DecodeThread::k9DecodeThread() { m_decoder=new kDecMPEG2(this); - noData=FALSE; + noData=false; } @@ -90,7 +90,7 @@ void k9DecodeThread::sleepms(int _ms) { } void k9DecodeThread::run() { - noData=FALSE; + noData=false; m_decoder->start(); while (1) { int count=2048; |
