mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	ATV Demod: implemented 16 FPS mode
This commit is contained in:
		
							parent
							
								
									e05a0484ae
								
							
						
					
					
						commit
						ffe2483e8f
					
				
							
								
								
									
										2
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
sdrangel (3.3.2-1) unstable; urgency=medium
 | 
					sdrangel (3.3.2-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * ATV plugins: 405 lines mode
 | 
					  * ATV plugins: added 405 lines, 20 and 16 FPS  modes
 | 
				
			||||||
  * ATV demodulator: added a scope panel in a tab combo with the TV screen
 | 
					  * ATV demodulator: added a scope panel in a tab combo with the TV screen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 22 Mar 2017 23:14:18 +0100
 | 
					 -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 22 Mar 2017 23:14:18 +0100
 | 
				
			||||||
 | 
				
			|||||||
@ -603,6 +603,9 @@ float ATVDemodGUI::getFps(int fpsIndex)
 | 
				
			|||||||
    case 2:
 | 
					    case 2:
 | 
				
			||||||
        return 20.0f;
 | 
					        return 20.0f;
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
 | 
					    case 3:
 | 
				
			||||||
 | 
					        return 16.0f;
 | 
				
			||||||
 | 
					        break;
 | 
				
			||||||
    case 0:
 | 
					    case 0:
 | 
				
			||||||
    default:
 | 
					    default:
 | 
				
			||||||
        return 25.0f;
 | 
					        return 25.0f;
 | 
				
			||||||
 | 
				
			|||||||
@ -456,6 +456,11 @@
 | 
				
			|||||||
          <string>20 Fps</string>
 | 
					          <string>20 Fps</string>
 | 
				
			||||||
         </property>
 | 
					         </property>
 | 
				
			||||||
        </item>
 | 
					        </item>
 | 
				
			||||||
 | 
					        <item>
 | 
				
			||||||
 | 
					         <property name="text">
 | 
				
			||||||
 | 
					          <string>16 Fps</string>
 | 
				
			||||||
 | 
					         </property>
 | 
				
			||||||
 | 
					        </item>
 | 
				
			||||||
       </widget>
 | 
					       </widget>
 | 
				
			||||||
      </item>
 | 
					      </item>
 | 
				
			||||||
      <item>
 | 
					      <item>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user