[vlc-devel] commit: Remove unused types and fix indentation. (Antoine Cellerier )

git version control git at videolan.org
Wed Jun 4 13:13:51 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Jun  3 22:48:45 2008 +0200| [7f0421c222c40c5a7719d25463dc99540f3aac93]

Remove unused types and fix indentation.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f0421c222c40c5a7719d25463dc99540f3aac93
---

 include/vlc_common.h |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 0ce00eb..d448371 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -68,12 +68,6 @@
 /* Counter for statistics and profiling */
 typedef unsigned long       count_t;
 
-/* DCT elements types */
-typedef int16_t             dctelem_t;
-
-/* Video buffer types */
-typedef uint8_t             yuv_data_t;
-
 /* Audio volume */
 typedef uint16_t            audio_volume_t;
 
@@ -388,7 +382,7 @@ struct stat;
 typedef union
 {
     int             i_int;
-    bool      b_bool;
+    bool            b_bool;
     float           f_float;
     char *          psz_string;
     void *          p_address;
@@ -558,7 +552,7 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
 
 struct gc_object_t
 {
-            VLC_GC_MEMBERS
+    VLC_GC_MEMBERS
 };
 
 static inline void __vlc_gc_incref( gc_object_t * p_gc )




More information about the vlc-devel mailing list