Skip to content

Conversation

cchampet
Copy link
Member

No description provided.

@@ -97,7 +97,7 @@ bool AudioDecoder::decodeNextFrame(Frame& frameBuffer)
&got_frame, &data.getAVPacket());
if(ret < 0)
{
throw std::runtime_error("an error occured during audio decoding" + getDescriptionFromErrorCode(ret));
throw std::runtime_error("An error occured during audio decoding: " + getDescriptionFromErrorCode(ret));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"occu rr ed"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed here cb2d7c4

@cchampet
Copy link
Member Author

See PR #263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants