shithub: aacdec

Download patch

ref: f1a25692ec05e896866281bbf725fe915e3646fe
parent: f116386606467fb4563610b5d8bc4fcea2f2211c
author: menno <menno>
date: Tue Jan 22 15:09:41 EST 2002

strange value for thread priority

--- a/plugins/in_mp4/in_mp4.c
+++ b/plugins/in_mp4/in_mp4.c
@@ -16,7 +16,7 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: in_mp4.c,v 1.2 2002/01/21 22:58:27 menno Exp $
+** $Id: in_mp4.c,v 1.3 2002/01/22 20:09:41 menno Exp $
 **/
 
 #define WIN32_LEAN_AND_MEAN
@@ -69,7 +69,7 @@
 } state;
 
 static char INI_FILE[MAX_PATH];
-static int m_priority = 4;
+static int m_priority = 3;
 static int m_resolution = 0;
 static int m_show_errors = 1;
 
@@ -210,7 +210,7 @@
 	config_init();
 
     strcpy(show_errors, "1");
-    strcpy(priority, "4");
+    strcpy(priority, "3");
     strcpy(resolution, "0");
 
     RS(priority);