summaryrefslogtreecommitdiff
path: root/omx/gstomxaacenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomxaacenc.h')
-rw-r--r--omx/gstomxaacenc.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/omx/gstomxaacenc.h b/omx/gstomxaacenc.h
index b6c3daa..40af800 100644
--- a/omx/gstomxaacenc.h
+++ b/omx/gstomxaacenc.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.
+ * 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 "gstomxaudioenc.h"
G_BEGIN_DECLS
-
#define GST_TYPE_OMX_AAC_ENC \
(gst_omx_aac_enc_get_type())
#define GST_OMX_AAC_ENC(obj) \
@@ -38,7 +38,6 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_OMX_AAC_ENC))
#define GST_IS_OMX_AAC_ENC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_OMX_AAC_ENC))
-
typedef struct _GstOMXAACEnc GstOMXAACEnc;
typedef struct _GstOMXAACEncClass GstOMXAACEncClass;
@@ -60,6 +59,4 @@ struct _GstOMXAACEncClass
GType gst_omx_aac_enc_get_type (void);
G_END_DECLS
-
#endif /* __GST_OMX_AAC_ENC_H__ */
-