This commit is contained in:
2025-10-03 17:16:14 +02:00
parent b31704420f
commit 417238626b
4 changed files with 7 additions and 26 deletions

View File

@ -33,7 +33,7 @@ class Decoder:
break
elif errcode < 0:
errstring = libav.strerror(errcode)
raise Exception(f"Failed to receive frame: {errstring} {errcode} {libav.AVERROR_EAGAIN}")
raise Exception(f"Failed to receive frame: {errstring}")
frames.append(frame)
return frames