add screen demo

Signed-off-by: qinlong0101 <qinlong15@huawei.com>
This commit is contained in:
qinlong0101
2022-05-31 11:04:09 +08:00
parent ac3df8dc35
commit 96eaa354ab
+1 -1
View File
@@ -223,7 +223,7 @@ const int32_t* VDecDemo::GetFrameLen()
void VDecDemo::InputFunc()
{
const int32_t *frameLen =GetFrameLen();
const int32_t *frameLen = GetFrameLen();
while (true) {
if (!isRunning_.load()) {