Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue