diff options
-rw-r--r-- | libavfilter/vf_thumbnail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_thumbnail.c b/libavfilter/vf_thumbnail.c index 8e73de920f..67ffc5168a 100644 --- a/libavfilter/vf_thumbnail.c +++ b/libavfilter/vf_thumbnail.c @@ -230,6 +230,7 @@ AVFilter avfilter_vf_thumbnail = { { .name = "default", .type = AVMEDIA_TYPE_VIDEO, .get_video_buffer = ff_null_get_video_buffer, + .min_perms = AV_PERM_PRESERVE, .start_frame = null_start_frame, .draw_slice = draw_slice, .end_frame = end_frame, @@ -240,7 +241,6 @@ AVFilter avfilter_vf_thumbnail = { .type = AVMEDIA_TYPE_VIDEO, .request_frame = request_frame, .poll_frame = poll_frame, - .rej_perms = AV_PERM_REUSE2, },{ .name = NULL } }, }; |