2 * Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license and patent
5 * grant that can be found in the LICENSE file in the root of the source
6 * tree. All contributing project authors may be found in the AUTHORS
7 * file in the root of the source tree.
13 /*!\defgroup vp8_decoder WebM VP8 Decoder
19 * \brief Provides definitions for using the VP8 algorithm within the vpx Decoder
24 #include "vpx/vpx_codec_impl_top.h"
26 /*!\brief Algorithm interface for VP8
28 * This interface provides the capability to decode raw VP8 streams, as would
29 * be found in AVI files and other non-Flash uses.
31 extern vpx_codec_iface_t vpx_codec_vp8_dx_algo;
33 /* Include controls common to both the encoder and decoder */
37 /*! @} - end defgroup vp8_decoder */
40 #include "vpx/vpx_codec_impl_bottom.h"