[FFmpeg-devel] [PATCH v3 01/24] avcodec/h264dec: cosmetics

lance.lmwang at gmail.com lance.lmwang at gmail.com
Tue Jun 2 18:25:06 EEST 2020


On Tue, Jun 02, 2020 at 11:16:29PM +0800, lance.lmwang at gmail.com wrote:
> 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 6270ea8..4d8c0b1 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
> 

Sorry, git send-email the wrong directory, please ignore v3, will resend as v4.

-- 
Thanks,
Limin Wang


More information about the ffmpeg-devel mailing list