[FFmpeg-devel] [PATCH 1/7] avcodec/h264dec: cosmetics
lance.lmwang at gmail.com
lance.lmwang at gmail.com
Thu May 28 16:57:24 EEST 2020
From: Limin Wang <lance.lmwang at gmail.com>
Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
---
libavcodec/h264dec.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c
index e463fde..7c7a63c 100644
--- a/libavcodec/h264dec.c
+++ b/libavcodec/h264dec.c
@@ -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;
--
1.8.3.1
More information about the ffmpeg-devel
mailing list