[FFmpeg-trac] #10981(avformat:new): avformat_open_input cant handle unicode filename after update to ffmpeg-6
FFmpeg
trac at avcodec.org
Sat Apr 27 20:50:53 EEST 2024
#10981: avformat_open_input cant handle unicode filename after update to ffmpeg-6
----------------------------------+----------------------------------
Reporter: DarylE | Type: defect
Status: new | Priority: normal
Component: avformat | Version: 6.1.1
Keywords: unicode | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------+----------------------------------
Our c++ application (xlights.org) is now failing with unable to open mp3
files when given a filename with unicode characters.
eg. Everybody Want (From “The Hunger Games_ Catching Fire” Soundtrack).mp3
this is our call.
{{{
int res = avformat_open_input(&formatContext, _audio_file.c_str(),
nullptr, nullptr)
}}}
Is there anything we could or should have done to handle this now in this
version of avformat?
(windows 64bit, along with Unix and MacOS)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10981>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list