summaryrefslogtreecommitdiff
path: root/omx/gstomxh264dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomxh264dec.h')
-rw-r--r--omx/gstomxh264dec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/omx/gstomxh264dec.h b/omx/gstomxh264dec.h
index 4c0ea1f..5855da4 100644
--- a/omx/gstomxh264dec.h
+++ b/omx/gstomxh264dec.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2011, Hewlett-Packard Development Company, L.P.
* Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>, Collabora Ltd.
+ * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -25,7 +26,6 @@
#include "gstomxvideodec.h"
G_BEGIN_DECLS
-
#define GST_TYPE_OMX_H264_DEC \
(gst_omx_h264_dec_get_type())
#define GST_OMX_H264_DEC(obj) \
@@ -38,7 +38,6 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_OMX_H264_DEC))
#define GST_IS_OMX_H264_DEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_OMX_H264_DEC))
-
typedef struct _GstOMXH264Dec GstOMXH264Dec;
typedef struct _GstOMXH264DecClass GstOMXH264DecClass;
@@ -55,6 +54,4 @@ struct _GstOMXH264DecClass
GType gst_omx_h264_dec_get_type (void);
G_END_DECLS
-
#endif /* __GST_OMX_H264_DEC_H__ */
-