[ekiga/ds-clutter: 5/8] Opal VideoOutput: Fixed indentation.



commit c9097140ab765d7f19e8ed43bb96ab54b012ca7b
Author: Damien Sandras <dsandras beip be>
Date:   Sun Dec 29 14:34:35 2013 +0100

    Opal VideoOutput: Fixed indentation.

 lib/engine/components/opal/opal-videooutput.cpp |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-videooutput.cpp b/lib/engine/components/opal/opal-videooutput.cpp
index 5dd3670..f71e54d 100644
--- a/lib/engine/components/opal/opal-videooutput.cpp
+++ b/lib/engine/components/opal/opal-videooutput.cpp
@@ -36,6 +36,7 @@
  */
 
 #include <ptlib.h>
+
 #include <opal/manager.h>
 
 #include "opal-videooutput.h"
@@ -108,11 +109,11 @@ bool PVideoOutputDevice_EKIGA::IsOpen ()
 
 
 bool PVideoOutputDevice_EKIGA::SetFrameData (unsigned x,
-                                          unsigned y,
-                                          unsigned width,
-                                          unsigned height,
-                                          const BYTE * data,
-                                          bool endFrame)
+                                             unsigned y,
+                                             unsigned width,
+                                             unsigned height,
+                                             const BYTE * data,
+                                             bool endFrame)
 {
   PWaitAndSignal m(videoDisplay_mutex);
 
@@ -136,8 +137,10 @@ bool PVideoOutputDevice_EKIGA::SetFrameData (unsigned x,
     devices_nbr++;
   }
 
-  videooutput_core->set_frame_data((const char*) data, width, height, device_id, devices_nbr);
-
+  videooutput_core->set_frame_data ((const char*) data,
+                                    width, height,
+                                    device_id,
+                                    devices_nbr);
   return TRUE;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]