Skip to content

Commit

Permalink
Revise ffmpeg err_recognition on codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Aug 18, 2024
1 parent ee8ecd2 commit 38ebb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netcam_rtsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ static int netcam_init_swdecoder(struct rtsp_context *rtsp_data)
}

rtsp_data->codec_context->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK;
rtsp_data->codec_context->err_recognition = AV_EF_EXPLODE;
rtsp_data->codec_context->err_recognition = AV_EF_IGNORE_ERR;

return 0;
#else
Expand Down

0 comments on commit 38ebb5e

Please sign in to comment.