summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/gstbasetsmuxopus.h
diff options
context:
space:
mode:
authorSeungha Yang <seungha.yang@navercorp.com>2019-07-04 19:42:48 +0900
committerSeungha Yang <seungha.yang@navercorp.com>2019-07-04 19:42:48 +0900
commit00b2b599d6c4035b5c6e018986b05976bd57f337 (patch)
treec09caa3368debf7298565a4c7e60898dbffe38b2 /gst/mpegtsmux/gstbasetsmuxopus.h
parent69af8a9360e2ad15dc79084bda745536809b0508 (diff)
downloadgstreamer-plugins-bad-00b2b599d6c4035b5c6e018986b05976bd57f337.tar.gz
mpegtsmux: Remove white space
Diffstat (limited to 'gst/mpegtsmux/gstbasetsmuxopus.h')
-rw-r--r--gst/mpegtsmux/gstbasetsmuxopus.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gst/mpegtsmux/gstbasetsmuxopus.h b/gst/mpegtsmux/gstbasetsmuxopus.h
index 375de5218..f8d9dcfd2 100644
--- a/gst/mpegtsmux/gstbasetsmuxopus.h
+++ b/gst/mpegtsmux/gstbasetsmuxopus.h
@@ -1,5 +1,5 @@
-/*
- * Copyright 2006, 2007, 2008 Fluendo S.A.
+/*
+ * Copyright 2006, 2007, 2008 Fluendo S.A.
* Authors: Jan Schmidt <jan@fluendo.com>
* Kapil Agrawal <kapil@fluendo.com>
* Julien Moutte <julien@fluendo.com>
@@ -10,7 +10,7 @@
* license.
*
* MPL:
- *
+ *
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
@@ -59,17 +59,17 @@
* Unless otherwise indicated, Source Code is licensed under MIT license.
* See further explanation attached in License Statement (distributed in the file
* LICENSE).
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
* of the Software, and to permit persons to whom the Software is furnished to do
* so, subject to the following conditions:
- *
+ *
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
- *
+ *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -79,13 +79,13 @@
* SOFTWARE.
*
*/
-
+
#ifndef __BASETSMUX_OPUS_H__
#define __BASETSMUX_OPUS_H__
-
+
#include "gstbasetsmux.h"
GstBuffer * gst_base_ts_mux_prepare_opus (GstBuffer * buf, GstBaseTsMuxPad * pad,
GstBaseTsMux * mux);
-
+
#endif /* __BASETSMUX_OPUS_H__ */