ffmpegframecache: removed unnecessary debug line
This commit is contained in:
@@ -88,8 +88,6 @@ Frame* FFmpegFrameCache::Get(const VideoRenderingParams ¶ms)
|
||||
}
|
||||
}
|
||||
|
||||
qDebug() << "Nothing in frame pool existed, have to create new...";
|
||||
|
||||
// Otherwise we'll need to create one
|
||||
Frame* f = new Frame();
|
||||
f->set_width(params.width());
|
||||
|
||||
Reference in New Issue
Block a user