Forgot the contents of the ffmpegThreads template...

This commit is contained in:
Gina Häußge 2015-08-21 19:10:17 +02:00
parent f1b2c43286
commit 8dfb0cadd7

View file

@ -0,0 +1,6 @@
<div class="control-group" title="{{ _('Number of FFMPEG encoding threads') }}">
<label class="control-label" for="settings-webcam_ffmpegThreads">{{ _('FFMPEG threads') }}</label>
<div class="controls">
<input class="input-mini" data-bind="value: webcam_ffmpegThreads" id="settings-webcamFfmpegThreads" type="number" step="1" min="1">
</div>
</div>