[MPlayer-cvslog] r31246 - trunk/input/input.c
diego
subversion at mplayerhq.hu
Fri May 28 01:36:03 CEST 2010
Author: diego
Date: Fri May 28 01:36:03 2010
New Revision: 31246
Log:
Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.
Modified:
trunk/input/input.c
Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c Fri May 28 01:21:16 2010 (r31245)
+++ trunk/input/input.c Fri May 28 01:36:03 2010 (r31246)
@@ -541,17 +541,17 @@ typedef struct mp_input_fd {
int pos,size;
} mp_input_fd_t;
-typedef struct mp_cmd_filter_st mp_cmd_filter_t;
+typedef struct mp_cmd_filter mp_cmd_filter_t;
-struct mp_cmd_filter_st {
+struct mp_cmd_filter {
mp_input_cmd_filter filter;
void* ctx;
mp_cmd_filter_t* next;
};
-typedef struct mp_cmd_bind_section_st mp_cmd_bind_section_t;
+typedef struct mp_cmd_bind_section mp_cmd_bind_section_t;
-struct mp_cmd_bind_section_st {
+struct mp_cmd_bind_section {
mp_cmd_bind_t* cmd_binds;
char* section;
mp_cmd_bind_section_t* next;
More information about the MPlayer-cvslog
mailing list