summaryrefslogtreecommitdiff
path: root/omx/gstomxmpeg2videodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomxmpeg2videodec.h')
-rw-r--r--omx/gstomxmpeg2videodec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/omx/gstomxmpeg2videodec.h b/omx/gstomxmpeg2videodec.h
index ff86bcd..0d88289 100644
--- a/omx/gstomxmpeg2videodec.h
+++ b/omx/gstomxmpeg2videodec.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_MPEG2_VIDEO_DEC \
(gst_omx_mpeg2_video_get_type())
#define GST_OMX_MPEG2_VIDEO_DEC(obj) \
@@ -38,7 +38,6 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_OMX_MPEG2_VIDEO_DEC))
#define GST_IS_OMX_MPEG2_VIDEO_DEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_OMX_MPEG2_VIDEO_DEC))
-
typedef struct _GstOMXMPEG2VideoDec GstOMXMPEG2VideoDec;
typedef struct _GstOMXMPEG2VideoDecClass GstOMXMPEG2VideoDecClass;
@@ -55,5 +54,4 @@ struct _GstOMXMPEG2VideoDecClass
GType gst_omx_mpeg2_video_dec_get_type (void);
G_END_DECLS
-
#endif /* __GST_OMX_MPEG2_VIDEO_DEC_H__ */