From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id CBEDC40948 for ; Tue, 1 Feb 2022 17:38:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D779C68B468; Tue, 1 Feb 2022 19:38:54 +0200 (EET) Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [85.215.255.22]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C71FC68B393 for ; Tue, 1 Feb 2022 19:38:48 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1643737127; s=strato-dkim-0002; d=oneric.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=59kjiLU4q4T+pBpHYa3cZsYYYww2gqE0XW0lWRY8phQ=; b=el9+DaOUzAUxh5/8ziDVw6Y7jVW8Wjliwy27/tIIpCaHC0FSNUU0pEl4AzFqkKw9oZ pEny9eK+hZd0jSKgcuCmqpH8VcS60zg+/Q+EJ7WPZmQhA8jvXsZ6LJVKigjHrZR+WK07 1AkntZ4XPMtnUk2J0waGOp5gjFHGlyn4UTYK8R+2/e+p+wOPhxVTsEFlyCI5AvkQWqYZ MrpFDczPTN/nGcYZ4M0sTudNeiT+cNVCiIdpruQBwDh9w8hT9KsgauNPuSf5OGGdSvUv Z72bpD3pJuY4KfcI3zWx2OHW9ZmblygwyBxTtB7y66CF7CDzYuEju7hRVa9ypzrSpc+y Y/ZA== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":I2IBZ0mrW/AWQXwgB4oxKM1YsW1lFUznrLvi/XReWqAAlWwZ8wlvfXmGs4jUQ0oz8ZbhHexs8fhgU3BXINohv1vl1z2ERSTJq87RiReC" X-RZG-CLASS-ID: mo00 Received: from debian-buster.desktop by smtp.strato.de (RZmta 47.39.0 AUTH) with ESMTPSA id jfcdcdy11HclAaF (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate) for ; Tue, 1 Feb 2022 18:38:47 +0100 (CET) Date: Tue, 1 Feb 2022 18:38:46 +0100 From: Oneric To: FFmpeg development discussions and patches Message-ID: References: <20220116181655.6407-1-oneric@oneric.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220116181655.6407-1-oneric@oneric.de> Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Sun, Jan 16, 2022 at 19:16:54 +0100, Oneric wrote: > [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes > libavcodec/ass.c | 5 ++++- > libavcodec/webvttdec.c | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > [PATCH 2/2] avcodec/webvttdec: honour bidi marks > libavcodec/webvttdec.c | 2 +- > tests/ref/fate/sub-webvtt2 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) ping. In case anyone is wondering why patchwork fails to apply the second patch, this is probably once again because the patch updates one of FATE's ASS reference files which use CRLF line-endings. Locally git am applies both without a hitch for me on top of current master (and FATE passes after applying each patch). _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".