Closed cgilles closed 9 months ago
Hum, after double checking runtime, i seen that explicit constructors usage break video decoding. I don't know why yet. So ignore this PR, i will cancel it
right, btw QAVFrame is a base class for video and audio frames. And it is possible to QAVVideoFrame by a copy using QAVFrame.
QAVVideoFrame <=> QAVFrame
cppcheck report missing explicit constructors. This PR fix this.