1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

ATV demodulator: correct the meaning of the Half checkbox

This commit is contained in:
f4exb 2017-03-09 23:27:28 +01:00
parent 5d9a1c7c56
commit b6b972638a
2 changed files with 5 additions and 5 deletions

View File

@ -271,7 +271,7 @@
</rect>
</property>
<property name="toolTip">
<string>Half image (no interleave)</string>
<string>Render only half of the frames for slow processors</string>
</property>
<property name="text">
<string>Half</string>

View File

@ -28,15 +28,15 @@ This combo lets you chose between a 25 FPS or 30 FPS standard.
<h3>4: Horizontal sync</h3>
Use this button to toggle horizontal synchronization processing.
Check/uncheck this box to toggle horizontal synchronization processing.
<h3>5: Vertical sync</h3>
Use this button to toggle vertical synchronization processing.
Check/uncheck this box to toggle vertical synchronization processing.
<h3>6: Half image</h3>
<h3>6: Half frames</h3>
Use this button to disable (on) or enable interlacing of the two half images (off).
Check this box to render only half of the frames for slow processors.
<h3>7: Reset defaults</h3>