Skip to content

Commit

Permalink
Fixed some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 10, 2019
1 parent 1bf37d3 commit 4c08d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theoraplay.c
Expand Up @@ -742,13 +742,13 @@ int THEORAPLAY_hasAudioStream(THEORAPLAY_Decoder *decoder)
unsigned int THEORAPLAY_availableVideo(THEORAPLAY_Decoder *decoder)
{
GET_SYNCED_VALUE(unsigned int, 0, decoder, videocount);
} // THEORAPLAY_hasAudioStream
} // THEORAPLAY_availableVideo


unsigned int THEORAPLAY_availableAudio(THEORAPLAY_Decoder *decoder)
{
GET_SYNCED_VALUE(unsigned int, 0, decoder, audioms);
} // THEORAPLAY_hasAudioStream
} // THEORAPLAY_availableAudio


int THEORAPLAY_decodingError(THEORAPLAY_Decoder *decoder)
Expand Down

0 comments on commit 4c08d56

Please sign in to comment.