2 * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
14 /*!\defgroup vp8_decoder WebM VP8 Decoder
20 * \brief Provides definitions for using the VP8 algorithm within the vpx Decoder
25 #include "vpx/vpx_codec_impl_top.h"
27 /*!\brief Algorithm interface for VP8
29 * This interface provides the capability to decode raw VP8 streams, as would
30 * be found in AVI files and other non-Flash uses.
32 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo;
34 /* Include controls common to both the encoder and decoder */
38 /*! @} - end defgroup vp8_decoder */
41 #include "vpx/vpx_codec_impl_bottom.h"