[FFmpeg-devel] [PATCH 0/2] use av_fopen_utf8() instead of plain fopen()

ffmpegagent ffmpegagent at gmail.com
Sat May 7 20:39:07 EEST 2022


Unify file access operations by replacing usages of direct calls to posix
fopen()

softworkz (2):
  fftools: use av_fopen_utf8() instead of plain fopen()
  avfilter: use av_fopen_utf8() instead of plain fopen()

 fftools/cmdutils.c            | 6 +++---
 fftools/ffmpeg.c              | 4 ++--
 fftools/opt_common.c          | 2 +-
 libavfilter/af_firequalizer.c | 2 +-
 libavfilter/vf_deshake.c      | 2 +-
 libavfilter/vf_signature.c    | 4 ++--
 libavfilter/vf_ssim.c         | 2 +-
 libavfilter/vf_vmafmotion.c   | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)


base-commit: f3b7ba21ba49b32b4476a8c7c5a9bcdad15e3943
Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-26%2Fsoftworkz%2Fsubmit_replace_fopen-v1
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-26/softworkz/submit_replace_fopen-v1
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/26
-- 
ffmpeg-codebot


More information about the ffmpeg-devel mailing list