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/sauce.c | |
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/sauce.c')
-rw-r--r-- | libavformat/sauce.c | 6 |
1 files changed, 5 insertions, 1 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" |