]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR: use value 300 for DVR_PRIO_NOTSET in prio2weight table
authorJaroslav Kysela <perex@perex.cz>
Fri, 10 Nov 2017 07:57:23 +0000 (08:57 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 10 Nov 2017 07:57:23 +0000 (08:57 +0100)
src/dvr/dvr_rec.c

index 864a33ef4638daf866853473d0757d53efc734e2..e4d6d70db867addc249b6e8ae336e617c6e44d0a 100644 (file)
@@ -54,7 +54,7 @@ const static int prio2weight[6] = {
   [DVR_PRIO_NORMAL]      = 300,
   [DVR_PRIO_LOW]         = 200,
   [DVR_PRIO_UNIMPORTANT] = 100,
-  [DVR_PRIO_NOTSET]      = 0,
+  [DVR_PRIO_NOTSET]      = 300, /* DVR_PRIO_NORMAL */
 };
 
 /**