mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Rename Maybe and its members more like std::optional of C++17
This commit is contained in:
@@ -667,7 +667,7 @@ ProgressResult FFmpegImportFileHandle::Import(TrackFactory *trackFactory,
|
||||
for (int i = 0; i < mNumStreams; i++)
|
||||
{
|
||||
auto sc = scs[i].get();
|
||||
sc->m_pkt.create();
|
||||
sc->m_pkt.emplace();
|
||||
if (DecodeFrame(sc, true) == 0)
|
||||
{
|
||||
WriteData(sc);
|
||||
|
Reference in New Issue
Block a user