From cb411ac52093569d831f2673f18be89ff438b9ba Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Apr 2014 22:24:48 +0200 Subject: vo_lavc: remove code with no effect This field will also removed in the future. --- video/out/vo_lavc.c | 1 - 1 file changed, 1 deletion(-) 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", -- cgit v1.2.3