提交 705c6520 编写于 作者: M Michael Niedermayer

ffplay: removed unused variable channels.

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 5258f64a
......@@ -1937,9 +1937,7 @@ static int subtitle_thread(void *arg)
/* copy samples for viewing in editor window */
static void update_sample_display(VideoState *is, short *samples, int samples_size)
{
int size, len, channels;
channels = is->audio_st->codec->channels;
int size, len;
size = samples_size / sizeof(short);
while (size > 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册