Skip to content

Commit

Permalink
Make this less likely to hang at startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 28, 2013
1 parent 3c087f8 commit 9843d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sdltheoraplay.c
Expand Up @@ -401,7 +401,7 @@ static void playfile(const char *fname, const THEORAPLAY_VideoFormat vidfmt,

printf("Trying file '%s' ...\n", fname);

decoder = THEORAPLAY_startDecodeFile(fname, 20, vidfmt);
decoder = THEORAPLAY_startDecodeFile(fname, 30, vidfmt);
if (!decoder)
{
fprintf(stderr, "Failed to start decoding '%s'!\n", fname);
Expand Down

0 comments on commit 9843d03

Please sign in to comment.