Skip to content

Commit

Permalink
Temp fix to workaround seek error bug
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkaashoek committed Sep 30, 2017
1 parent 72428a5 commit db7b08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion comskip.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define COMSKIP
#endif
#ifdef _WIN32
#define PACKAGE_STRING " Comskip 0.82.002"
#define PACKAGE_STRING " Comskip 0.82.003"
#endif
#define _UNICODE
1 change: 1 addition & 0 deletions mpeg2dec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,7 @@ static int prev_strange_framenum = 0;
Debug( 1,"\nSelftest %d FAILED\n", selftest);
exit(1);
}
goto quit; //Temporary till the seek error is fixed.
retries = 0;
exit(-1);
}
Expand Down

0 comments on commit db7b08b

Please sign in to comment.