Cosmetics (weird indentation).
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Wed, 28 Apr 2010 21:20:19 +0000 (21:20 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 20 Sep 2010 10:55:32 +0000 (12:55 +0200)
gst-libs/gst/vaapi/gstvaapidecoder_priv.h

index ab1c6f1..146c760 100644 (file)
@@ -79,13 +79,13 @@ struct _GstVaapiDecoderPrivate {
     GstVaapiContext            *context;
     GstVaapiCodec               codec;
     guint                       fps_n;
-    guint               fps_d;
-    GstClockTime        next_ts;
-    GAsyncQueue        *buffers;
-    GAsyncQueue        *surfaces;
-    GThread            *decoder_thread;
-    GstVaapiDecoderStatus decoder_status;
-    guint               decoder_thread_cancel   : 1;
+    guint                       fps_d;
+    GstClockTime                next_ts;
+    GAsyncQueue                *buffers;
+    GAsyncQueue                *surfaces;
+    GThread                    *decoder_thread;
+    GstVaapiDecoderStatus       decoder_status;
+    guint                       decoder_thread_cancel   : 1;
 };
 
 gboolean