Commit 71adb740 authored by Nicolas George's avatar Nicolas George

vf_tinterlace: leave harmless permissions alone.

parent d37f8232
......@@ -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);
......
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