Skip to content

qt: initialize atomic smpte timecode in `PlayerControllerPrivate`

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/atomictimecodeinitialize into master

This seems a mistake because it is noted that std::atomic does not initialize by default (at least in C++17).

It became obvious to me after I came up to https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0883r2.pdf today.

Merge request reports

Loading