You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_coreimage: add missing semicolon
Fixes compilation after af8db9106c
.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user