Skip to content

Commit

Permalink
Moved a bunch of stuff around and cleaned up several things.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 10, 2011
1 parent 23d6480 commit ab5ea36
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 288 deletions.
6 changes: 5 additions & 1 deletion test/testtheoraplay.c
Expand Up @@ -41,7 +41,11 @@ int main(int argc, char **argv)
usleep(10000);
} // while

printf("done with this file!\n");
if (THEORAPLAY_decodingError(decoder))
printf("There was an error decoding this file!\n");
else
printf("done with this file!\n");

THEORAPLAY_stopDecode(decoder);
} // for

Expand Down

0 comments on commit ab5ea36

Please sign in to comment.