diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-02-16 18:01:29 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-02-18 15:35:30 +0100 |
commit | 29c2d06d67724e994980045afa055c6c34611b30 (patch) | |
tree | 86e9babf902c738c6f753cbbfb30faca768e73ea /libavutil | |
parent | d847a40888c064cc8c35b546fc5a0ccb69136a7c (diff) | |
download | ffmpeg-streaming-29c2d06d67724e994980045afa055c6c34611b30.zip ffmpeg-streaming-29c2d06d67724e994980045afa055c6c34611b30.tar.gz |
cosmetics: Drop empty comment lines
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/atomic_suncc.h | 1 | ||||
-rw-r--r-- | libavutil/dict.h | 2 | ||||
-rw-r--r-- | libavutil/frame.c | 1 | ||||
-rw-r--r-- | libavutil/frame.h | 1 | ||||
-rw-r--r-- | libavutil/pixfmt.h | 1 | ||||
-rw-r--r-- | libavutil/replaygain.h | 1 | ||||
-rw-r--r-- | libavutil/samplefmt.h | 1 |
7 files changed, 0 insertions, 8 deletions
diff --git a/libavutil/atomic_suncc.h b/libavutil/atomic_suncc.h index 5c11b57..b78c377 100644 --- a/libavutil/atomic_suncc.h +++ b/libavutil/atomic_suncc.h @@ -1,5 +1,4 @@ /* - * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or diff --git a/libavutil/dict.h b/libavutil/dict.h index b3277ab..3649b9f 100644 --- a/libavutil/dict.h +++ b/libavutil/dict.h @@ -1,5 +1,4 @@ /* - * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or @@ -55,7 +54,6 @@ } av_dict_free(&d); @endcode - * */ #define AV_DICT_MATCH_CASE 1 diff --git a/libavutil/frame.c b/libavutil/frame.c index 542215a..ae80cee 100644 --- a/libavutil/frame.c +++ b/libavutil/frame.c @@ -1,5 +1,4 @@ /* - * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or diff --git a/libavutil/frame.h b/libavutil/frame.h index 5398b89..5a04177 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -1,5 +1,4 @@ /* - * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index f2c6c8d..d22427a 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 7871d2c..15da873 100644 --- a/libavutil/replaygain.h +++ b/libavutil/replaygain.h @@ -1,5 +1,4 @@ /* - * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or diff --git a/libavutil/samplefmt.h b/libavutil/samplefmt.h index 8347fac..a770746 100644 --- a/libavutil/samplefmt.h +++ b/libavutil/samplefmt.h @@ -32,7 +32,6 @@ * * Audio sample format enumeration and related convenience functions. * @{ - * */ /** |