From 67958c9b9ff7a3130d175581ef27caa308d15ae8 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 27 May 2010 09:59:15 +0000 Subject: cosmetics: Drop _s suffix from 'struct vd_functions'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31229 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/vd.h b/libmpcodecs/vd.h index 6c9593dd0a..30b10ce651 100644 --- a/libmpcodecs/vd.h +++ b/libmpcodecs/vd.h @@ -26,7 +26,7 @@ typedef mp_codec_info_t vd_info_t; /* interface of video decoder drivers */ -typedef struct vd_functions_s +typedef struct vd_functions { const vd_info_t *info; int (*init)(sh_video_t *sh); -- cgit v1.2.3