cleaned up after last rewrite

This commit is contained in:
itsmattkc
2018-10-14 00:41:20 +11:00
parent 94efe97929
commit a00fe37b93
4 changed files with 51 additions and 76 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ int retrieve_next_frame(Clip* c, AVFrame* f) {
}
}
if (receive_ret < 0) {
qDebug() << "[ERROR] Failed to receive packet from decoder." << receive_ret;
if (receive_ret != AVERROR_EOF) qDebug() << "[ERROR] Failed to receive packet from decoder." << receive_ret;
result = receive_ret;
}