mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/h264dec: re-indent after previous commit
This commit is contained in:
parent
639e262971
commit
cf3affabb4
|
@ -680,11 +680,11 @@ again:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (h->current_slice == 1) {
|
if (h->current_slice == 1) {
|
||||||
if (avctx->active_thread_type & FF_THREAD_FRAME && !h->avctx->hwaccel &&
|
if (avctx->active_thread_type & FF_THREAD_FRAME && !h->avctx->hwaccel &&
|
||||||
i >= nals_needed && !h->setup_finished && h->cur_pic_ptr) {
|
i >= nals_needed && !h->setup_finished && h->cur_pic_ptr) {
|
||||||
ff_thread_finish_setup(avctx);
|
ff_thread_finish_setup(avctx);
|
||||||
h->setup_finished = 1;
|
h->setup_finished = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (h->avctx->hwaccel &&
|
if (h->avctx->hwaccel &&
|
||||||
(ret = h->avctx->hwaccel->start_frame(h->avctx, buf, buf_size)) < 0)
|
(ret = h->avctx->hwaccel->start_frame(h->avctx, buf, buf_size)) < 0)
|
||||||
|
|
Loading…
Reference in New Issue