/*****************************************************************************
Copyright(c) 2007 Analog Devices, Inc.  All Rights Reserved. This software is
proprietary and confidential to Analog Devices, Inc. and its licensors.
******************************************************************************

$Revision: 1.1 $
$Date: 2008/03/17 14:56:38 $
$LastChangedBy:  $
	
Project:	Audio Kit
Title:		WAV decode/encode
Author(s):	ADA

Description:
			header file for JPEG decoding functions

References:
			None

******************************************************************************
Tab Setting:			4

Target Processor:		ADSP-BF5xx
Target Tools Revision:	ADSP VisualDSP++ v4.5
******************************************************************************

Modification History:
====================
$Log: jpeg_decode.h,v $
Revision 1.1  2008/03/17 14:56:38  gstephan
Updates for SDK 3.00


MPP




*****************************************************************************/

#ifndef __JPEG_DECODE_H__
#define __JPEG_DECODE_H__

/******************************************************************************
**          #defines
******************************************************************************/

/******************************************************************************
**          #defines
******************************************************************************/

/******************************************************************************
**          Typedefs/Enumerations
******************************************************************************/
/******************************************************************************
**      Structure Declarations
******************************************************************************/

/******************************************************************************
**      Function Declarations
******************************************************************************/
int JPEG_decode_file(char *filename);
int JPEG_decode(char *filename);
								 


#endif // #ifdef 

