[MPlayer-cvslog] r31229 - trunk/libmpcodecs/vd.h

diego subversion at mplayerhq.hu
Thu May 27 11:59:16 CEST 2010


Author: diego
Date: Thu May 27 11:59:15 2010
New Revision: 31229

Log:
cosmetics: Drop _s suffix from 'struct vd_functions'.

Modified:
   trunk/libmpcodecs/vd.h

Modified: trunk/libmpcodecs/vd.h
==============================================================================
--- trunk/libmpcodecs/vd.h	Thu May 27 11:54:37 2010	(r31228)
+++ trunk/libmpcodecs/vd.h	Thu May 27 11:59:15 2010	(r31229)
@@ -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);


More information about the MPlayer-cvslog mailing list