summaryrefslogtreecommitdiff
path: root/omx/gstomxvp8dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomxvp8dec.h')
-rw-r--r--omx/gstomxvp8dec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/omx/gstomxvp8dec.h b/omx/gstomxvp8dec.h
index 4c4d40c..d48105f 100644
--- a/omx/gstomxvp8dec.h
+++ b/omx/gstomxvp8dec.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_VP8_DEC \
(gst_omx_VP8_dec_get_type())
#define GST_OMX_VP8_DEC(obj) \
@@ -38,7 +38,6 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_OMX_VP8_DEC))
#define GST_IS_OMX_VP8_DEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_OMX_VP8_DEC))
-
typedef struct _GstOMXVP8Dec GstOMXVP8Dec;
typedef struct _GstOMXVP8DecClass GstOMXVP8DecClass;
@@ -55,6 +54,4 @@ struct _GstOMXVP8DecClass
GType gst_omx_vp8_dec_get_type (void);
G_END_DECLS
-
#endif /* __GST_OMX_VP8_DEC_H__ */
-