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_image.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'video/out/vo_image.c') diff --git a/video/out/vo_image.c b/video/out/vo_image.c index 411cdfd98b..64619a47d6 100644 --- a/video/out/vo_image.c +++ b/video/out/vo_image.c @@ -150,12 +150,8 @@ static int control(struct vo *vo, uint32_t request, void *data) const struct vo_driver video_out_image = { - .info = &(const vo_info_t) { - "Write video frames to image files", - "image", - "wm4", - "" - }, + .description = "Write video frames to image files", + .name = "image", .priv_size = sizeof(struct priv), .options = (const struct m_option[]) { OPT_SUBSTRUCT("", opts, image_writer_conf, 0), -- cgit v1.2.3