diff options
author | Peter Ross <pross@xvid.org> | 2010-07-19 11:50:07 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-07-19 11:50:07 +0000 |
commit | 07e6384dd8b31d866833efde77dc263ee3ebc6b1 (patch) | |
tree | 12304a660325e5cbf4ed135e4caec88c574a1c08 /libavformat | |
parent | a16ebd40d853ad46a22ed753e508586e4a1fe9ea (diff) | |
download | ffmpeg-07e6384dd8b31d866833efde77dc263ee3ebc6b1.tar.gz |
Add doxygen @file comment block
Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/sauce.c | 6 | ||||
-rw-r--r-- | libavformat/sauce.h | 6 | ||||
-rw-r--r-- | libavformat/tty.c | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/libavformat/sauce.c b/libavformat/sauce.c index 45125c5b3f..4972d33942 100644 --- a/libavformat/sauce.c +++ b/libavformat/sauce.c @@ -1,5 +1,4 @@ /* - * @file * SAUCE header parser * Copyright (c) 2010 Peter Ross <pross@xvid.org> * @@ -20,6 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * SAUCE header parser + */ + #include "libavutil/intreadwrite.h" #include "avformat.h" #include "sauce.h" diff --git a/libavformat/sauce.h b/libavformat/sauce.h index 100d83523f..0ba9ae5b4a 100644 --- a/libavformat/sauce.h +++ b/libavformat/sauce.h @@ -1,5 +1,4 @@ /* - * @file * SAUCE header parser * Copyright (c) 2010 Peter Ross <pross@xvid.org> * @@ -20,6 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * SAUCE header parser + */ + #ifndef AVFORMAT_SAUCE_H #define AVFORMAT_SAUCE_H diff --git a/libavformat/tty.c b/libavformat/tty.c index 03a4f16d76..9a40fec471 100644 --- a/libavformat/tty.c +++ b/libavformat/tty.c @@ -1,5 +1,4 @@ /* - * @file * Tele-typewriter demuxer * Copyright (c) 2010 Peter Ross <pross@xvid.org> * @@ -20,6 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * Tele-typewriter demuxer + */ + #include "libavutil/intreadwrite.h" #include "libavutil/avstring.h" #include "avformat.h" |