X-Git-Url: https://git.libav.org/?p=libav.git;a=blobdiff_plain;f=libavcodec%2Ferror_resilience.c;h=17f04d5abb815272e7f78324726c63eb60698e6f;hp=1fd9474d7444c770fbb898003727a9c3a52c245a;hb=5e53486545726987ab4482321d4dcf7e23e7652f;hpb=f1cc49a68e342b9990052b54af7f91525c982353 diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index 1fd9474d74..17f04d5abb 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -769,7 +769,7 @@ void ff_er_frame_end(MpegEncContext *s){ if( error2==(VP_START|DC_ERROR|AC_ERROR|MV_ERROR|AC_END|DC_END|MV_END) && error1!=(VP_START|DC_ERROR|AC_ERROR|MV_ERROR|AC_END|DC_END|MV_END) - && ((error1&AC_END) || (error1&DC_END) || (error1&MV_END))){ //end & uninited + && ((error1&AC_END) || (error1&DC_END) || (error1&MV_END))){ //end & uninit end_ok=0; }