summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiencoder.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-01-12 21:57:20 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-01-13 17:31:55 +0100
commit4a6fbddad64798012f623b92d40a7af84704eba9 (patch)
tree0fb4f08c340c39ae18d57b2d7eee5449148222c5 /gst-libs/gst/vaapi/gstvaapiencoder.h
parent850a637d0f21b750a37fe836f0dc123c4a826dd9 (diff)
downloadgst-vaapi-4a6fbddad64798012f623b92d40a7af84704eba9.tar.gz
encoder: clean-ups.
Drop obsolete and unused macros. Add a few doc comments. Slightly improve indentation of a few leftovers.
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiencoder.h')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder.h b/gst-libs/gst/vaapi/gstvaapiencoder.h
index 1c3c86b0..5df548e7 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder.h
+++ b/gst-libs/gst/vaapi/gstvaapiencoder.h
@@ -27,10 +27,10 @@
G_BEGIN_DECLS
-typedef struct _GstVaapiEncoder GstVaapiEncoder;
+#define GST_VAAPI_ENCODER(encoder) \
+ ((GstVaapiEncoder *) (encoder))
-#define GST_VAAPI_ENCODER(encoder) \
- ((GstVaapiEncoder *)(encoder))
+typedef struct _GstVaapiEncoder GstVaapiEncoder;
/**
* GstVaapiEncoderStatus: