Browse Source

avcodec/h264dec: cosmetics

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
tags/n4.4
Limin Wang 5 years ago
parent
commit
96cc392a17
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavcodec/h264dec.c

+ 1
- 2
libavcodec/h264dec.c View File

@@ -253,8 +253,7 @@ int ff_h264_slice_context_init(H264Context *h, H264SliceContext *sl)

if (sl != h->slice_ctx) {
memset(er, 0, sizeof(*er));
} else
if (CONFIG_ERROR_RESILIENCE) {
} else if (CONFIG_ERROR_RESILIENCE) {

/* init ER */
er->avctx = h->avctx;


Loading…
Cancel
Save