Skip to content

Commit

Permalink
Minor tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 11, 2011
1 parent ab206ff commit 8aa0d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testtheoraplay.c
Expand Up @@ -12,7 +12,7 @@

int main(int argc, char **argv)
{
THEORAPLAY_Decoder *decoder;
THEORAPLAY_Decoder *decoder = NULL;
const THEORAPLAY_YuvVideoItem *video = NULL;
const THEORAPLAY_PcmAudioItem *audio = NULL;

Expand Down

0 comments on commit 8aa0d1f

Please sign in to comment.