Skip to content

Commit 38ebb5e

Browse files
committed
Revise ffmpeg err_recognition on codec
1 parent ee8ecd2 commit 38ebb5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/netcam_rtsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ static int netcam_init_swdecoder(struct rtsp_context *rtsp_data)
951951
}
952952

953953
rtsp_data->codec_context->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK;
954-
rtsp_data->codec_context->err_recognition = AV_EF_EXPLODE;
954+
rtsp_data->codec_context->err_recognition = AV_EF_IGNORE_ERR;
955955

956956
return 0;
957957
#else

0 commit comments

Comments
 (0)