diff xvid_vbr.h @ 25607:9d0b189ce1b2

Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved for the system, names starting with _ are reserved at file level.
author diego
date Sun, 06 Jan 2008 23:20:15 +0000
parents 3baf6a2283da
children 4129c8cfa742
line wrap: on
line diff
--- a/xvid_vbr.h	Sun Jan 06 22:03:59 2008 +0000
+++ b/xvid_vbr.h	Sun Jan 06 23:20:15 2008 +0000
@@ -58,7 +58,7 @@
  * The VBR CONTROLER structure - the spin of the library
  *****************************************************************************/
 
-typedef struct _vbr_control_t
+typedef struct vbr_control_t
 {
 
 	/* All modes - specifies what VBR algorithm has to be used */