2023-11-05 09:24:57 CST W45D0

This commit is contained in:
aggresss
2023-11-05 09:24:57 +08:00
parent d9fd8e43ad
commit 6702a75415
9 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ func AVUNERROR(e int32) int32 {
return e
}
// Error handling
// Error handling.
const (
AVERROR_BSF_NOT_FOUND = int32(C.AVERROR_BSF_NOT_FOUND)
AVERROR_BUG = int32(C.AVERROR_BUG)