Commit 6febb2a5 authored by James Almer's avatar James Almer

avfilter/vf_coreimage: add missing semicolon

Fixes compilation after af8db910.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 0fc9c1f6
......@@ -304,7 +304,7 @@ static int request_frame(AVFilterLink *link)
#if FF_API_FRAME_KEY
frame->key_frame = 1;
#endif
frame->flags |= AV_FRAME_FLAG_KEY
frame->flags |= AV_FRAME_FLAG_KEY;
#if FF_API_INTERLACED_FRAME
frame->interlaced_frame = 0;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment