[transcode] Increase read timeout slightly

This commit is contained in:
ejurgensen 2016-03-25 20:56:08 +01:00
parent dbf9a208b8
commit 42e68311eb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
// Maximum number of times we retry when we encounter bad packets
#define MAX_BAD_PACKETS 5
// How long to wait (in microsec) before interrupting av_read_frame
#define READ_TIMEOUT 10000000
#define READ_TIMEOUT 15000000
static char *default_codecs = "mpeg,wav";
static char *roku_codecs = "mpeg,mp4a,wma,wav";