Skip to content
Snippets Groups Projects
Commit 6f0d88ef authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #20627: video: fix build for older libav/ffmpeg

parent 8c07c71f
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,9 @@ int avcodecManageMutex(void **data, enum AVLockOp op)
av_freep(mutex);
break;
default:
#ifdef AVERROR_BUG
return AVERROR_BUG;
#endif
}
return AVERROR(ret);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment