summaryrefslogtreecommitdiff
path: root/omx/gstomxtheoradec.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomxtheoradec.h')
-rw-r--r--omx/gstomxtheoradec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/omx/gstomxtheoradec.h b/omx/gstomxtheoradec.h
index 4b5a2fa..5db27e4 100644
--- a/omx/gstomxtheoradec.h
+++ b/omx/gstomxtheoradec.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2013, Collabora Ltd.
* Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * 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_THEORA_DEC \
(gst_omx_theora_dec_get_type())
#define GST_OMX_THEORA_DEC(obj) \
@@ -38,7 +38,6 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_OMX_THEORA_DEC))
#define GST_IS_OMX_THEORA_DEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_OMX_THEORA_DEC))
-
typedef struct _GstOMXTheoraDec GstOMXTheoraDec;
typedef struct _GstOMXTheoraDecClass GstOMXTheoraDecClass;
@@ -56,6 +55,4 @@ struct _GstOMXTheoraDecClass
GType gst_omx_theora_dec_get_type (void);
G_END_DECLS
-
#endif /* __GST_OMX_THEORA_DEC_H__ */
-