mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 10:43:15 +00:00
avfilter/vf_coreimage: add missing semicolon
Fixes compilation after af8db9106c
.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
0fc9c1f682
commit
6febb2a5ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user