summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
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/wtvdec.c4
6 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 34bad436cd..2b6533c957 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -310,7 +310,6 @@
* @{
* @}
* @}
- *
*/
#include <time.h>
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index f7c85882e7..54bdfa1cf9 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
diff --git a/libavformat/rtpdec_hevc.c b/libavformat/rtpdec_hevc.c
index 1f09a08aa4..68ca17f3cb 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 FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
#include "libavutil/avassert.h"
diff --git a/libavformat/unix.c b/libavformat/unix.c
index b3d5fac2be..6375be15b6 100644
--- a/libavformat/unix.c
+++ b/libavformat/unix.c
@@ -23,7 +23,6 @@
* @file
*
* Unix socket url_protocol
- *
*/
#include "libavutil/avstring.h"
diff --git a/libavformat/url.h b/libavformat/url.h
index 0b4f2ee376..5948df684f 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c
index 71deaf0aa6..16f1ef7b9c 100644
--- a/libavformat/wtvdec.c
+++ b/libavformat/wtvdec.c
@@ -44,9 +44,7 @@
#define LEN_PRETTY_GUID 34
/*
- *
* File system routines
- *
*/
typedef struct WtvFile {
@@ -311,9 +309,7 @@ static void wtvfile_close(AVIOContext *pb)
}
/*
- *
* Main demuxer
- *
*/
typedef struct WtvStream {