mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05:00
ATV demodulator: correct the meaning of the Half checkbox
This commit is contained in:
parent
5d9a1c7c56
commit
b6b972638a
@ -271,7 +271,7 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Half image (no interleave)</string>
|
<string>Render only half of the frames for slow processors</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Half</string>
|
<string>Half</string>
|
||||||
|
@ -28,15 +28,15 @@ This combo lets you chose between a 25 FPS or 30 FPS standard.
|
|||||||
|
|
||||||
<h3>4: Horizontal sync</h3>
|
<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>
|
<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>
|
<h3>7: Reset defaults</h3>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user