提交 0f4cc881 编写于 作者: Z Zhang Rui

ff_ffplay: merge: 8ef57a0d6154119e1a616dd8c29e8c32e35808a0

    Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'

    * commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb':
      cosmetics: Fix spelling mistakes
Merged-by: NClément Bœsch <u@pkh.me>
上级 af2b2acd
......@@ -2282,7 +2282,7 @@ static int stream_component_open(FFPlayer *ffp, int stream_index)
/* init averaging filter */
is->audio_diff_avg_coef = exp(log(0.01) / AUDIO_DIFF_AVG_NB);
is->audio_diff_avg_count = 0;
/* since we do not have a precise anough audio fifo fullness,
/* since we do not have a precise anough audio FIFO fullness,
we correct audio sync only if larger than this threshold */
is->audio_diff_threshold = 2.0 * is->audio_hw_buf_size / is->audio_tgt.bytes_per_sec;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册