diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-15 22:20:16 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-18 11:21:47 +0200 |
commit | b89e00bd1cab04f9409c415e3c94a69a760b729d (patch) | |
tree | 304f97295b1c8f1e6252b52bea6637e583683460 | |
parent | 725213545d63172099618cbaa08428e11729906d (diff) | |
download | ffmpeg-b89e00bd1cab04f9409c415e3c94a69a760b729d.tar.gz |
lavf/segment: move file description to @file doxy
-rw-r--r-- | libavformat/segment.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libavformat/segment.c b/libavformat/segment.c index 744c147990..f945e73423 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -1,5 +1,4 @@ /* - * Generic segmenter * Copyright (c) 2011, Luca Barbato * * This file is part of Libav. @@ -19,6 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file generic segmenter + */ + #include <float.h> #include "avformat.h" |