Skip to content

Commit

Permalink
Don't use C++ comments in the public header.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 7, 2012
1 parent 1760fbc commit 8121bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theoraplay.h
Expand Up @@ -45,11 +45,11 @@ typedef struct THEORAPLAY_VideoFrame

typedef struct THEORAPLAY_AudioPacket
{
unsigned int playms; // playback start time in milliseconds.
unsigned int playms; /* playback start time in milliseconds. */
int channels;
int freq;
int frames;
float *samples; // frames * channels float32 samples.
float *samples; /* frames * channels float32 samples. */
struct THEORAPLAY_AudioPacket *next;
} THEORAPLAY_AudioPacket;

Expand Down

0 comments on commit 8121bd8

Please sign in to comment.