diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-14 03:11:19 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-15 00:52:09 +0200 |
commit | 6168781f70ebac7da557207750d14f57c3cd4cb3 (patch) | |
tree | b3af4adde967b4dcc0cc77f957fc758381cd6127 /libavcodec/vp8data.h | |
parent | ca5d57ef8ace36ca465208e04aaae1b461cb514a (diff) | |
download | ffmpeg-6168781f70ebac7da557207750d14f57c3cd4cb3.tar.gz |
doxygen: do not include license boilerplate in Doxygen documentation
Diffstat (limited to 'libavcodec/vp8data.h')
-rw-r--r-- | libavcodec/vp8data.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libavcodec/vp8data.h b/libavcodec/vp8data.h index 4ea4581bc9..a48b0f6f9b 100644 --- a/libavcodec/vp8data.h +++ b/libavcodec/vp8data.h @@ -1,6 +1,4 @@ -/** - * VP8 compatible video decoder - * +/* * Copyright (C) 2010 David Conrad * Copyright (C) 2010 Ronald S. Bultje * @@ -21,6 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * VP8 compatible video decoder + */ + #ifndef AVCODEC_VP8DATA_H #define AVCODEC_VP8DATA_H |