int x264_encoder_encode(...)
{
......
/* ------------------- Setup frame context ----------------------------- */
/* 5: Init data dependant(取决于) of frame type 初始数据取决于帧类型*/
TIMER_START( i_mtime_encode_frame );
printf("h->fenc->i_frame=%d ",h->fenc->i_frame);//zjh
中间全是...P
直到250
x264 --crf 22 --keyint 5 -o test.264 hall_cif.yuv 352x288
http://wmnmtm.blog.163.com/blog/static/38245714201181152314166/