fix: universal Intel and AMD VA-API accelerated pipeline for FFmpeg 4 - 7 (#4022)

This commit is contained in:
Martin Wimpress
2025-01-13 04:10:00 +00:00
committed by GitHub
parent 0105473350
commit bb4a7479b5
3 changed files with 5 additions and 3 deletions

View File

@@ -59,6 +59,8 @@ var ignoredErrors = []string{
"Non-monotonous DTS in output",
"frames duplicated",
"To ignore this",
"Driver does not support some wanted packed headers (wanted 0xd, found 0x1)",
"Failed to allocate a vaapi/nv12 frame from a fixed pool of hardware frames.",
}
func handleTranscoderMessage(message string) {