errorconcealment.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:0k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  ****************************************************************************
  3.  * file errorconcealment.h
  4.  *
  5.  * brief
  6.  *    Header file for errorconcealment.c
  7.  *
  8.  ****************************************************************************
  9.  */
  10. #ifndef _ERRORCONCEALMENT_H_
  11. #define _ERRORCONCEALMENT_H_
  12. int set_ec_flag(int se);
  13. void reset_ec_flags(void);
  14. int get_concealed_element(SyntaxElement *sym);
  15. #endif