mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
23 lines
579 B
C
23 lines
579 B
C
|
|
/*!
|
|
*************************************************************************************
|
|
* \file context_ini.h
|
|
*
|
|
* \brief
|
|
* CABAC context initializations
|
|
*
|
|
* \author
|
|
* Main contributors (see contributors.h for copyright, address and affiliation details)
|
|
* - Detlev Marpe <marpe@hhi.de>
|
|
* - Heiko Schwarz <hschwarz@hhi.de>
|
|
**************************************************************************************
|
|
*/
|
|
|
|
|
|
#ifndef _CONTEXT_INI_
|
|
#define _CONTEXT_INI_
|
|
|
|
extern void init_contexts (Slice *currslice);
|
|
|
|
#endif
|
|
|