@@ -1,6 +1,4 @@
-/**
- * @file
- * huffman tree builder and VLC generator
+/*
* Copyright (c) 2006 Konstantin Shishkov
*
* This file is part of Libav.
@@ -20,6 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * huffman tree builder and VLC generator
+ */
+
#include "avcodec.h"
#include "get_bits.h"
#include "huffman.h"
* Copyright (C) 2007 Aurelien Jacobs <aurel@gnuage.org>
#ifndef AVCODEC_HUFFMAN_H
#define AVCODEC_HUFFMAN_H
@@ -1,8 +1,4 @@
- * Common code for Vorbis I encoder and decoder
- * @author Denes Balatoni ( dbalatoni programozo hu )
- *
* Libav is free software; you can redistribute it and/or
@@ -20,6 +16,12 @@
+ * Common code for Vorbis I encoder and decoder
+ * @author Denes Balatoni ( dbalatoni programozo hu )
#define ALT_BITSTREAM_READER_LE
- * Vorbis I decoder
+ * Vorbis I decoder
#include <inttypes.h>
#include <math.h>
@@ -1,7 +1,4 @@
- * VP5 compatible video decoder
* Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org>
@@ -21,6 +18,11 @@
+ * VP5 compatible video decoder
#include <stdlib.h>
#include <string.h>
- * VP5 and VP6 compatible video decoder (common features)
+ * VP5 and VP6 compatible video decoder (common features)
#include "bytestream.h"
#ifndef AVCODEC_VP56_H
#define AVCODEC_VP56_H
- * VP5 and VP6 compatible video decoder (common data)
+ * 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 };
#ifndef AVCODEC_VP56DATA_H
#define AVCODEC_VP56DATA_H
#ifndef AVCODEC_VP5DATA_H
#define AVCODEC_VP5DATA_H