> -Original Message-
> From: Tobias Rapp
> Sent: Tuesday, May 17, 2022 1:56 PM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>; ffmpegagent
> Cc: Martin Storsjö ; softworkz
>
> Subject: Re: [FFmpeg-devel] [PATCH v3 0/2] use av_fopen_utf8()
On 17/05/2022 02:39, ffmpegagent wrote:
Unify file access operations by replacing usages of direct calls to posix
fopen()
As the cover letter will be gone after commit I think it would be a good
idea to add the reason for the change also in the commit messages directly.
Is this in preparatio
Unify file access operations by replacing usages of direct calls to posix
fopen()
v2: Remove changes to fftools for now
v3: Add some additional replacements
softworkz (2):
avfilter: use av_fopen_utf8() instead of plain fopen()
avfilter/dvdsubdec: use av_fopen_utf8() instead of plain fopen()