mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
vf_tinterlace: leave harmless permissions alone.
This commit is contained in:
parent
d37f823207
commit
71adb74059
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue