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 1132b63..a4d3483 100644
--- a/src/mov_encoder.cc
+++ b/src/mov_encoder.cc
@@ -77,7 +77,7 @@ void MovEncoder::thread_main()
// int insize = 0;
// Run with slightly lower priority than MovEncoderWriter AND AudioEncoder
- // nice(3);
+ nice(2);
FrameVector *item;
Frame *in_frame;