Mercurial > mplayer.hg
changeset 31172:85219fe5960c
cosmetics: Drop _s suffix from 'struct vd_functions'.
author | diego |
---|---|
date | Thu, 27 May 2010 09:59:15 +0000 |
parents | fe3b2b2a085f |
children | b35751576d17 |
files | libmpcodecs/vd.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd.h Thu May 27 09:54:37 2010 +0000 +++ b/libmpcodecs/vd.h Thu May 27 09:59:15 2010 +0000 @@ -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);