diff options
Diffstat (limited to 'video/out/vo_lavc.c')
-rw-r--r-- | video/out/vo_lavc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c index 9617e0f989..0e9ead3b3b 100644 --- a/video/out/vo_lavc.c +++ b/video/out/vo_lavc.c @@ -527,7 +527,6 @@ static int control(struct vo *vo, uint32_t request, void *data) } const struct vo_driver video_out_lavc = { - .buffer_frames = false, .encode = true, .description = "video encoding using libavcodec", .name = "lavc", |