Commit 6b6b0e9d authored by Michael Niedermayer's avatar Michael Niedermayer

pthread: fix unused variable warning

parent ee4a6586
......@@ -371,7 +371,6 @@ static attribute_align_arg void *frame_worker_thread(void *arg)
pthread_mutex_lock(&p->mutex);
while (1) {
int i;
while (p->state == STATE_INPUT_READY && !fctx->die)
pthread_cond_wait(&p->input_cond, &p->mutex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment