summaryrefslogtreecommitdiff
path: root/libavcodec/vp6.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-14 03:11:19 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-15 00:52:09 +0200
commit6168781f70ebac7da557207750d14f57c3cd4cb3 (patch)
treeb3af4adde967b4dcc0cc77f957fc758381cd6127 /libavcodec/vp6.c
parentca5d57ef8ace36ca465208e04aaae1b461cb514a (diff)
doxygen: do not include license boilerplate in Doxygen documentation
Diffstat (limited to 'libavcodec/vp6.c')
-rw-r--r--libavcodec/vp6.c18
1 files changed, 10 insertions, 8 deletions
diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c
index 4f3f402c70..42828d8e47 100644
--- a/libavcodec/vp6.c
+++ b/libavcodec/vp6.c
@@ -1,13 +1,6 @@
-/**
- * @file
- * VP6 compatible video decoder
- *
+/*
* Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org>
*
- * The VP6F decoder accepts an optional 1 byte extradata. It is composed of:
- * - upper 4bits: difference between encoded width and visible width
- * - lower 4bits: difference between encoded height and visible height
- *
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
@@ -25,6 +18,15 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * VP6 compatible video decoder
+ *
+ * The VP6F decoder accepts an optional 1 byte extradata. It is composed of:
+ * - upper 4 bits: difference between encoded width and visible width
+ * - lower 4 bits: difference between encoded height and visible height
+ */
+
#include <stdlib.h>
#include "avcodec.h"