mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
pthread: fix unused variable warning
This commit is contained in:
parent
ee4a658695
commit
6b6b0e9dae
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user