mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
just more prints
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user