diff options
Diffstat (limited to 'src/audio_encoder.cc')
-rw-r--r-- | src/audio_encoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_encoder.cc b/src/audio_encoder.cc index 119268c..6e412c3 100644 --- a/src/audio_encoder.cc +++ b/src/audio_encoder.cc @@ -52,7 +52,7 @@ void AudioEncoder::thread_main() info->info("AudioEncoder::run"); // Run with slightly lower priority than MovEncoderWriter - // nice(2); + nice(1); Frame *in_frame = NULL; Frame *out_frame = NULL; |