[vlc-commits] commit: dshow cosmetics. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Mon Apr 19 20:13:01 CEST 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Apr 19 13:59:45 2010 +0200| [ce56b26e1e1f824d0ad975680af66e2f22df7cb2] | committer: Rémi Duraffort 

dshow cosmetics.

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

 modules/access/dshow/dshow.cpp |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index 641db36..c6c10ba 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -1849,9 +1849,8 @@ static int Demux( demux_t *p_demux )
  *****************************************************************************/
 static int AccessControl( access_t *p_access, int i_query, va_list args )
 {
-    bool   *pb_bool;
-    int          *pi_int;
-    int64_t      *pi_64;
+    bool    *pb_bool;
+    int64_t *pi_64;
 
     switch( i_query )
     {
@@ -1891,8 +1890,8 @@ static int AccessControl( access_t *p_access, int i_query, va_list args )
  ****************************************************************************/
 static int DemuxControl( demux_t *p_demux, int i_query, va_list args )
 {
-    bool *pb;
-    int64_t    *pi64;
+    bool    *pb;
+    int64_t *pi64;
 
     switch( i_query )
     {



More information about the vlc-commits mailing list