mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:55:46 -04:00
Initial community commit
This commit is contained in:
22
Src/h264dec/ldecod/inc/header.h
Normal file
22
Src/h264dec/ldecod/inc/header.h
Normal file
@ -0,0 +1,22 @@
|
||||
/*!
|
||||
*************************************************************************************
|
||||
* \file header.h
|
||||
*
|
||||
* \brief
|
||||
* Prototypes for header.c
|
||||
*************************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef _HEADER_H_
|
||||
#define _HEADER_H_
|
||||
|
||||
extern void FirstPartOfSliceHeader(Slice *currSlice);
|
||||
extern void RestOfSliceHeader (Slice *currSlice);
|
||||
|
||||
extern void dec_ref_pic_marking(VideoParameters *p_Vid, Bitstream *currStream);
|
||||
|
||||
extern void decode_poc(VideoParameters *p_Vid);
|
||||
extern int dumppoc(VideoParameters *p_Vid);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user