output.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- **************************************************************************************
- * file
- * output.h
- * brief
- * Picture writing routine headers
- * author
- * Main contributors (see contributors.h for copyright, address and affiliation details)
- * - Karsten Suehring <suehring@hhi.de>
- ***************************************************************************************
- */
- #ifndef _OUTPUT_H_
- #define _OUTPUT_H_
- int testEndian(void);
- void write_stored_frame(FrameStore *fs, int p_out);
- void direct_output(StorablePicture *p, int p_out);
- void init_out_buffer(void);
- void uninit_out_buffer(void);
- #if (PAIR_FIELDS_IN_OUTPUT)
- void flush_pending_output(int p_out);
- #endif
- #endif //_OUTPUT_H_