mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 09:41:17 +08:00
pthread: fix unused variable warning
This commit is contained in:
@@ -371,7 +371,6 @@ static attribute_align_arg void *frame_worker_thread(void *arg)
|
|||||||
|
|
||||||
pthread_mutex_lock(&p->mutex);
|
pthread_mutex_lock(&p->mutex);
|
||||||
while (1) {
|
while (1) {
|
||||||
int i;
|
|
||||||
while (p->state == STATE_INPUT_READY && !fctx->die)
|
while (p->state == STATE_INPUT_READY && !fctx->die)
|
||||||
pthread_cond_wait(&p->input_cond, &p->mutex);
|
pthread_cond_wait(&p->input_cond, &p->mutex);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user