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/vorbis.c | |
parent | ca5d57ef8ace36ca465208e04aaae1b461cb514a (diff) | |
download | ffmpeg-6168781f70ebac7da557207750d14f57c3cd4cb3.tar.gz |
doxygen: do not include license boilerplate in Doxygen documentation
Diffstat (limited to 'libavcodec/vorbis.c')
-rw-r--r-- | libavcodec/vorbis.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c index f413170b6a..8ff24ab627 100644 --- a/libavcodec/vorbis.c +++ b/libavcodec/vorbis.c @@ -1,8 +1,4 @@ -/** - * @file - * Common code for Vorbis I encoder and decoder - * @author Denes Balatoni ( dbalatoni programozo hu ) - * +/* * This file is part of Libav. * * Libav is free software; you can redistribute it and/or @@ -20,6 +16,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * Common code for Vorbis I encoder and decoder + * @author Denes Balatoni ( dbalatoni programozo hu ) + */ + #define ALT_BITSTREAM_READER_LE #include "avcodec.h" #include "get_bits.h" |