From c8930e80a850a9459157023db57ae723f7a82432 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Oct 2013 19:06:14 +0200 Subject: video/out: remove useless info struct and redundant fields The author and comment fields were printed only in -v mode. --- video/out/vo_lavc.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'video/out/vo_lavc.c') diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c index a2cd9e048b..a5ef55e6cb 100644 --- a/video/out/vo_lavc.c +++ b/video/out/vo_lavc.c @@ -524,12 +524,8 @@ static int control(struct vo *vo, uint32_t request, void *data) const struct vo_driver video_out_lavc = { .buffer_frames = false, .encode = true, - .info = &(const struct vo_info_s){ - "video encoding using libavcodec", - "lavc", - "Nicolas George , Rudolf Polzer ", - "" - }, + .description = "video encoding using libavcodec", + .name = "lavc", .preinit = preinit, .query_format = query_format, .config = config, -- cgit v1.2.3