mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 19:05:45 -04:00
Initial community commit
This commit is contained in:
26
Src/h264dec/ldecod/inc/leaky_bucket.h
Normal file
26
Src/h264dec/ldecod/inc/leaky_bucket.h
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
/*!
|
||||
*************************************************************************************
|
||||
* \file leaky_bucket.h
|
||||
*
|
||||
* \brief
|
||||
* Header for Leaky Buffer parameters
|
||||
*
|
||||
* \author
|
||||
* Main contributors (see contributors.h for copyright, address and affiliation details)
|
||||
* - Shankar Regunathan <shanre@microsoft.com>
|
||||
*************************************************************************************
|
||||
*/
|
||||
#ifndef _LEAKY_BUCKET_H_
|
||||
#define _LEAKY_BUCKET_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#ifdef _LEAKYBUCKET_
|
||||
// Leaky Bucket functions
|
||||
unsigned long GetBigDoubleWord(FILE *fp);
|
||||
void calc_buffer(InputParameters *p_Inp);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user