Cosmetics (weird indentation).

This commit is contained in:
gb 2010-04-28 21:20:19 +00:00 committed by Gwenole Beauchesne
parent 42248445f2
commit 664542fe2e

View 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