STATE_SETUP_FINISHED 452 libavcodec/pthread_frame.c while (atomic_load(&p->state) != STATE_SETUP_FINISHED && atomic_load(&p->state) != STATE_INPUT_READY) { STATE_SETUP_FINISHED 631 libavcodec/pthread_frame.c if(atomic_load(&p->state) == STATE_SETUP_FINISHED){ STATE_SETUP_FINISHED 635 libavcodec/pthread_frame.c atomic_store(&p->state, STATE_SETUP_FINISHED);