Browse Source

ffplay: removed unused variable channels.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer 15 years ago
parent
commit
705c65208a
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      ffplay.c

+ 1
- 3
ffplay.c View File

@@ -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) {


Loading…
Cancel
Save