2009年9月2日

ffmpeg的mpeg2编码I帧代码解读

摘要: 首先说一下编码的函数层次:MPV_encode_picture—encode_thread———encode_mb_hq————encode_mb(编码一个宏块)——————encode_mb_internal(编码I帧宏块,在这个... 阅读全文

posted @ 2009-09-02 18:11 vincenzo.lai 阅读(2309) 评论(1) 推荐(0)

gcc的一些option

摘要: -c: compileor assemble the source files, but do not link. The linking stage simply is not done. The ultimate output is in the form of an object file for each source file. By default, the object file n... 阅读全文

posted @ 2009-09-02 14:39 vincenzo.lai 阅读(1172) 评论(0) 推荐(0)

导航