mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vf_tinterlace: leave harmless permissions alone.
This commit is contained in:
parent
d37f823207
commit
71adb74059
@ -294,7 +294,7 @@ static int end_frame(AVFilterLink *inlink)
|
||||
break;
|
||||
case MODE_INTERLACEX2: /* re-interlace preserving image height, double frame rate */
|
||||
/* output current frame first */
|
||||
out = avfilter_ref_buffer(cur, AV_PERM_READ);
|
||||
out = avfilter_ref_buffer(cur, ~AV_PERM_WRITE);
|
||||
out->video->interlaced = 1;
|
||||
|
||||
ff_start_frame(outlink, out);
|
||||
|
Loading…
Reference in New Issue
Block a user