From 6f21110d968cb5e26eef17ea2f9407406c692c5f Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Mon, 13 Oct 2008 11:42:27 +0000 Subject: [PATCH] - s/error_resilience/error_recognition/ Changed files: sox-ffmpeg.patch -> 1.1 --- sox-ffmpeg.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sox-ffmpeg.patch diff --git a/sox-ffmpeg.patch b/sox-ffmpeg.patch new file mode 100644 index 0000000..10ab022 --- /dev/null +++ b/sox-ffmpeg.patch @@ -0,0 +1,11 @@ +--- sox-14.1.0/src/ffmpeg.c.orig 2008-10-12 22:32:43.655160421 +0200 ++++ sox-14.1.0/src/ffmpeg.c 2008-10-12 22:36:29.639629021 +0200 +@@ -86,7 +86,7 @@ + + codec = avcodec_find_decoder(enc->codec_id); + enc->workaround_bugs = 1; +- enc->error_resilience = 1; ++ enc->error_recognition = 1; + if (!codec || avcodec_open(enc, codec) < 0) + return -1; + if (enc->codec_type != CODEC_TYPE_AUDIO) { -- 2.44.0