diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-14 03:46:19 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-14 20:49:37 +0200 |
commit | f6f95d4e4930b087851165d84dec1b45e412e86b (patch) | |
tree | 596122234997cf118879ae944f882c859ec3b306 /libavformat | |
parent | ec679eb4530174fe8d1e06c6010597539f6c1c97 (diff) | |
download | ffmpeg-f6f95d4e4930b087851165d84dec1b45e412e86b.tar.gz |
doxygen: consistently place brief description
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/soxdec.c | 2 | ||||
-rw-r--r-- | libavformat/soxenc.c | 2 | ||||
-rw-r--r-- | libavformat/tmv.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c index b3b35b12fd..ca82ef1cca 100644 --- a/libavformat/soxdec.c +++ b/libavformat/soxdec.c @@ -23,8 +23,8 @@ */ /** - * SoX native format demuxer * @file + * SoX native format demuxer * @author Daniel Verkamp * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format */ diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c index a0faa466df..e28c479c97 100644 --- a/libavformat/soxenc.c +++ b/libavformat/soxenc.c @@ -23,8 +23,8 @@ */ /** - * SoX native format muxer * @file + * SoX native format muxer * @author Daniel Verkamp * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format */ diff --git a/libavformat/tmv.c b/libavformat/tmv.c index f894eab46a..79a875885e 100644 --- a/libavformat/tmv.c +++ b/libavformat/tmv.c @@ -20,8 +20,8 @@ */ /** - * 8088flex TMV file demuxer * @file + * 8088flex TMV file demuxer * @author Daniel Verkamp * @sa http://www.oldskool.org/pc/8088_Corruption */ |