Skip to content
Snippets Groups Projects
Commit 4d3e7c19 authored by Philippe Gorley's avatar Philippe Gorley Committed by Adrien Béraud
Browse files

accel: fix unused parameter warning

Change-Id: Iacf37f3b6fc7016b3225066e164046b3db45c138
parent fb2ae883
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ getFormatCb(AVCodecContext* codecCtx, const AVPixelFormat* formats)
}
int
transferFrameData(HardwareAccel accel, AVCodecContext* codecCtx, VideoFrame& frame)
transferFrameData(HardwareAccel accel, AVCodecContext* /*codecCtx*/, VideoFrame& frame)
{
if (accel.name.empty())
return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment