blob: 6ffb96c954da4772987802cdcd45311417e1af35 [file] [log] [blame]
/*------------------------------------------------------------------------------
-- --
-- This software is confidential and proprietary and may be used --
-- only as expressly authorized by a licensing agreement from --
-- --
-- Hantro Products Oy. --
-- --
-- (C) COPYRIGHT 2006 HANTRO PRODUCTS OY --
-- ALL RIGHTS RESERVED --
-- --
-- The entire notice above must be reproduced --
-- on all copies and should not be removed. --
-- --
--------------------------------------------------------------------------------
*/
#ifndef VP8HEADERS_H
#define VP8HEADERS_H
#include "vp8instance.h"
void VP8FrameHeader(vp8Instance_s*);
void VP8FrameTag(vp8Instance_s*);
#endif