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/vp56data.c | |
parent | ca5d57ef8ace36ca465208e04aaae1b461cb514a (diff) | |
download | ffmpeg-6168781f70ebac7da557207750d14f57c3cd4cb3.tar.gz |
doxygen: do not include license boilerplate in Doxygen documentation
Diffstat (limited to 'libavcodec/vp56data.c')
-rw-r--r-- | libavcodec/vp56data.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libavcodec/vp56data.c b/libavcodec/vp56data.c index 7a418761d1..aa1dcefece 100644 --- a/libavcodec/vp56data.c +++ b/libavcodec/vp56data.c @@ -1,7 +1,4 @@ -/** - * @file - * VP5 and VP6 compatible video decoder (common data) - * +/* * Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org> * * This file is part of Libav. @@ -21,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * VP5 and VP6 compatible video decoder (common data) + */ + #include "vp56data.h" const uint8_t vp56_b2p[] = { 0, 0, 0, 0, 1, 2, 3, 3, 3, 3 }; |