qt: initialize atomic smpte timecode in `PlayerControllerPrivate`
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.