summaryrefslogtreecommitdiff
path: root/src/mov_encoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mov_encoder.cc')
-rw-r--r--src/mov_encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mov_encoder.cc b/src/mov_encoder.cc
index 209362b..cf45ae0 100644
--- a/src/mov_encoder.cc
+++ b/src/mov_encoder.cc
@@ -87,7 +87,7 @@ void MovEncoder::thread_main()
int insize = 0;
// Run with slightly lower priority than MovEncoderWriter AND AudioEncoder
- nice(2);
+ //nice(3);
FrameVector *item;
Frame *in_frame;