# HG changeset patch # User diego # Date 1274954355 0 # Node ID 85219fe5960ca711cb701e8d2c44d166629b58c0 # Parent fe3b2b2a085f76534a7b8009c32dd7130fae360d cosmetics: Drop _s suffix from 'struct vd_functions'. diff -r fe3b2b2a085f -r 85219fe5960c libmpcodecs/vd.h --- 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);