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 2A23A4014B for ; Sat, 4 Mar 2023 12:23:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 47D9268AFCE; Sat, 4 Mar 2023 14:23:34 +0200 (EET) Received: from mail-4318.protonmail.ch (mail-4318.protonmail.ch [185.70.43.18]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 829DD68AB19 for ; Sat, 4 Mar 2023 14:23:27 +0200 (EET) Date: Sat, 04 Mar 2023 12:23:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1677932606; x=1678191806; bh=YcAX53/1Kyd3/YKTAvp234KODA0xBtq4KSdfAGgfOUA=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=puwsVKDtMjdtjgPDD5g/Q7yV8FDhSRQct6HqhA1q088UxuReJlWf9bAvQ2zwIpMkT tChjub5/5/jcn6pYg+kPrHoHMcpsQleCq8D9v/qS2AdUYh57IFy5/4NkuTR1EsSvXf GwJmF4b1w/iXzRDkoWXVaF/SUwjwjZ+g1reG6FGg7cygJ5nsgOSR46C5p0ASBqcqG8 /4DaMFY4KdqPJ8CWCA1hz1Mw8HdGJpBbi35LK99wOAeMptK1bRmUt9qpA7Tf/GJ8/l y47KFqkHA6z5ZADlmyDJADSDnqqcAq2Q3XG+STBchVyohKq51nH6rw3Ew2utOkGzoR ZhyB8YjQ4XeFA== To: "ffmpeg-devel@ffmpeg.org" From: asivery Message-ID: In-Reply-To: References: Feedback-ID: 33509725:user:proton MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] libavformat/aea EOF Patch 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: Could someone please take a look? This would improve AEA demuxing, right now every AEA file makes ffmpeg crash with an error. Thank you in advance :) ------- Original Message ------- On Saturday, October 22nd, 2022 at 7:43 PM, asivery wrote: > Hello, > This patch aims to fix a problem I've noticed while working with AEA (Sony ATRAC1 comtainer) files. > Right now FFmpeg always exits with an "Input/Output error" when dealing with AEA files. > This patch solves that issue by returning AVERROR_EOF once the end of file is encountered, instead of always returning AVERROR(EIO). > > I am sending this patch again because of an incorrect mime type of the first one. > > Best regards,Asivery _______________________________________________ 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".