mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	Merge pull request #2368 from nyanmisaka/master
Fix framerate info not showing when mediasource is in H264 format.
This commit is contained in:
		
						commit
						c1ecd886d9
					
				| @ -90,6 +90,15 @@ namespace MediaBrowser.Controller.MediaEncoding | ||||
|                         framerate = val; | ||||
|                     } | ||||
|                 } | ||||
|                 else if (part.StartsWith("fps=", StringComparison.OrdinalIgnoreCase)) | ||||
|                 { | ||||
|                     var rate = part.Split(new[] { '=' }, 2)[^1]; | ||||
| 
 | ||||
|                     if (float.TryParse(rate, NumberStyles.Any, _usCulture, out var val)) | ||||
|                     { | ||||
|                         framerate = val; | ||||
|                     } | ||||
|                 } | ||||
|                 else if (state.RunTimeTicks.HasValue && | ||||
|                     part.StartsWith("time=", StringComparison.OrdinalIgnoreCase)) | ||||
|                 { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user