?? h.264
字號:
/*! ************************************************************************************** * \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> *************************************************************************************** */void write_stored_frame(FrameStore *fs, FILE *p_out);void direct_output(StorablePicture *p, FILE *p_out);void init_out_buffer();void uninit_out_buffer();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -