summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/atomic_suncc.h1
-rw-r--r--libavutil/dict.h2
-rw-r--r--libavutil/frame.c1
-rw-r--r--libavutil/frame.h1
-rw-r--r--libavutil/pixfmt.h1
-rw-r--r--libavutil/replaygain.h1
-rw-r--r--libavutil/samplefmt.h1
7 files changed, 0 insertions, 8 deletions
diff --git a/libavutil/atomic_suncc.h b/libavutil/atomic_suncc.h
index 3cad24a051..a75a37b47e 100644
--- a/libavutil/atomic_suncc.h
+++ b/libavutil/atomic_suncc.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
diff --git a/libavutil/dict.h b/libavutil/dict.h
index 5b8d003396..b0aa784630 100644
--- a/libavutil/dict.h
+++ b/libavutil/dict.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
@@ -65,7 +64,6 @@
}
av_dict_free(&d);
@endcode
- *
*/
#define AV_DICT_MATCH_CASE 1 /**< Only get an entry with exact-case key match. Only relevant in av_dict_get(). */
diff --git a/libavutil/frame.c b/libavutil/frame.c
index 6ee3e6fb7b..5607206a09 100644
--- a/libavutil/frame.c
+++ b/libavutil/frame.c
@@ -1,5 +1,4 @@
/*
- *
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
diff --git a/libavutil/frame.h b/libavutil/frame.h
index aadc796880..56001a8798 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index 3587d9671b..dbd24701f5 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -24,7 +24,6 @@
/**
* @file
* pixel format definitions
- *
*/
#include "libavutil/avconfig.h"
diff --git a/libavutil/replaygain.h b/libavutil/replaygain.h
index 5c03e1993d..b49bf1a3d9 100644
--- a/libavutil/replaygain.h
+++ b/libavutil/replaygain.h
@@ -1,5 +1,4 @@
/*
- *
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
diff --git a/libavutil/samplefmt.h b/libavutil/samplefmt.h
index 6a8a031c02..57da2784d2 100644
--- a/libavutil/samplefmt.h
+++ b/libavutil/samplefmt.h
@@ -32,7 +32,6 @@
*
* Audio sample format enumeration and related convenience functions.
* @{
- *
*/
/**