We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8ecd2 commit 38ebb5eCopy full SHA for 38ebb5e
1 file changed
src/netcam_rtsp.c
@@ -951,7 +951,7 @@ static int netcam_init_swdecoder(struct rtsp_context *rtsp_data)
951
}
952
953
rtsp_data->codec_context->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK;
954
- rtsp_data->codec_context->err_recognition = AV_EF_EXPLODE;
+ rtsp_data->codec_context->err_recognition = AV_EF_IGNORE_ERR;
955
956
return 0;
957
#else
0 commit comments