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: