Skip to content
Snippets Groups Projects
Commit b746b813 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix for missing audio decoder init

parent 2f7dd3dd
No related branches found
No related tags found
No related merge requests found
Pipeline #27117 passed
...@@ -105,7 +105,7 @@ Receiver::InternalVideoStates &Receiver::_getVideoFrame(const StreamPacket &spkt ...@@ -105,7 +105,7 @@ Receiver::InternalVideoStates &Receiver::_getVideoFrame(const StreamPacket &spkt
return f; return f;
} }
Receiver::InternalAudioStates::InternalAudioStates() { Receiver::InternalAudioStates::InternalAudioStates() : decoder(nullptr) {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment