Skip to content
Snippets Groups Projects
Commit 51c3ea0f authored by Philippe Gorley's avatar Philippe Gorley
Browse files

audiobuffer: fix typo in log

Change-Id: Iffdc97ab998e1c69b22ac0cf8d7e67517efc660b
parent 0129ba51
Branches
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ AudioBuffer::toAVFrame() const
frame->sample_rate = getSampleRate();
if (av_frame_get_buffer(frame, 0) < 0) {
RING_ERR() << "Failed to audio frame";
RING_ERR() << "Failed to allocate audio frame";
av_frame_free(&frame);
return nullptr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment