From 48237126aecea5923792c9a418103759056b87df Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 30 Oct 2010 07:18:49 +0300 Subject: cosmetics: remove "_s" prefix from "struct vf_info_s" --- libmpcodecs/vf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/vf.h b/libmpcodecs/vf.h index 89874e7162..0d10abd6c6 100644 --- a/libmpcodecs/vf.h +++ b/libmpcodecs/vf.h @@ -25,7 +25,7 @@ struct MPOpts; struct vf_instance; struct vf_priv_s; -typedef struct vf_info_s { +typedef struct vf_info { const char *info; const char *name; const char *author; -- cgit v1.2.3