just more prints

This commit is contained in:
Alexandre Quessy
2014-04-26 08:50:10 -04:00
parent c1d6a40716
commit 69640f8e32
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -23,6 +23,7 @@
*/
#include "MediaImpl.h"
#include <cstring>
#include <iostream>
// -------- private implementation of VideoImpl -------
@@ -430,6 +431,7 @@ bool MediaImpl::runVideo() {
}
_videoNewBufferCounter--;
std::cout << "VideoImpl::runVideo: read frame #" << _videoNewBufferCounter << std::endl;
}
_postRun();
+2 -2
View File
@@ -76,8 +76,8 @@ int Media::getHeight() const
}
void Media::update() {
if (impl_->runVideo())
bitsChanged = true;
//std::cout << "XXX Video::update()!" << std::endl;
impl_->runVideo();
}
const uchar* Media::_getBits() const