AVC error resilience: Treat reference list setup errors as non-critical. Also minor wording correction in sample script output. (#557)

* * AVC error resilience: Treat reference list setup errors as non-critical. Also minor wordking correction in sample script output.

* * AVC error resilience: Minor change.

---------

Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
Этот коммит содержится в:
jeffqjiangNew
2025-04-12 09:11:33 -04:00
коммит произвёл GitHub
родитель a1ead2a7c1
Коммит 193423300f
2 изменённых файлов: 9 добавлений и 7 удалений
+1 -1
Просмотреть файл
@@ -286,7 +286,7 @@ else:
line = logFile.readline()
print("Decode status report of the", numFiles, "streams:")
print(" - The number of completed decoded streams is", numDecodedStreams)
print(" - The number of completely decoded streams is", numDecodedStreams)
print(" - The number of streams that did not finish decoding is " + str(numFiles - numDecodedStreams))
logFile.close()
if numFiles != numDecodedStreams: