summaryrefslogtreecommitdiffstats
path: root/libavutil/dict.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 17:31:44 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 17:31:44 +0000
commit1a12eb4a7314900b9569d6cc76814f39f95922bd (patch)
tree8f4644f71ca5f336b1cbb1434b7087bcdf2192dd /libavutil/dict.h
parentcb0355537d6a89fc71fbc672ad5dba8a1eadce34 (diff)
parent29c2d06d67724e994980045afa055c6c34611b30 (diff)
downloadffmpeg-streaming-1a12eb4a7314900b9569d6cc76814f39f95922bd.zip
ffmpeg-streaming-1a12eb4a7314900b9569d6cc76814f39f95922bd.tar.gz
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
* commit '29c2d06d67724e994980045afa055c6c34611b30': cosmetics: Drop empty comment lines Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r--libavutil/dict.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/dict.h b/libavutil/dict.h
index 5b8d003..b0aa784 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(). */
OpenPOWER on IntegriCloud