summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-16 18:01:29 +0100
committerDiego Biurrun <diego@biurrun.de>2016-02-18 15:35:30 +0100
commit29c2d06d67724e994980045afa055c6c34611b30 (patch)
tree86e9babf902c738c6f753cbbfb30faca768e73ea /libavformat
parentd847a40888c064cc8c35b546fc5a0ccb69136a7c (diff)
cosmetics: Drop empty comment lines
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h1
-rw-r--r--libavformat/avio_internal.h1
-rw-r--r--libavformat/rtpdec_hevc.c1
-rw-r--r--libavformat/unix.c1
-rw-r--r--libavformat/url.h1
-rw-r--r--libavformat/wtv.c4
6 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4926a354f9..3dfbf6468c 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -251,7 +251,6 @@
* @{
* @}
* @}
- *
*/
#include <time.h>
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index aff5564215..8616499867 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
diff --git a/libavformat/rtpdec_hevc.c b/libavformat/rtpdec_hevc.c
index 603368370c..2a802882f9 100644
--- a/libavformat/rtpdec_hevc.c
+++ b/libavformat/rtpdec_hevc.c
@@ -17,7 +17,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with Libav; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
#include "libavutil/avstring.h"
diff --git a/libavformat/unix.c b/libavformat/unix.c
index 72b8fcdbbb..59de8f8ad0 100644
--- a/libavformat/unix.c
+++ b/libavformat/unix.c
@@ -23,7 +23,6 @@
* @file
*
* Unix socket url_protocol
- *
*/
#include <sys/un.h>
diff --git a/libavformat/url.h b/libavformat/url.h
index ca252aa7c2..4f153ce2aa 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
diff --git a/libavformat/wtv.c b/libavformat/wtv.c
index bab61f3422..67a4cef5f2 100644
--- a/libavformat/wtv.c
+++ b/libavformat/wtv.c
@@ -46,9 +46,7 @@
#define LEN_PRETTY_GUID 34
/*
- *
* File system routines
- *
*/
#define WTV_SECTOR_BITS 12
@@ -319,9 +317,7 @@ static void wtvfile_close(AVIOContext *pb)
}
/*
- *
* Main demuxer
- *
*/
typedef struct WtvStream {