mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	FFmpeg: update layout api for ffmpeg 6.x and ffmpeg 7.
After ffmpeg 5.1, it is deprecated, and has been completely removed in ffmpeg 7. Our current project is using 6.0 headers, modifying it will not have any side effects. Since lavu 57.24.100(ffmpeg 5.1)
This commit is contained in:
		
							parent
							
								
									7d00f47c5e
								
							
						
					
					
						commit
						1bf6cbc101
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -956,7 +956,7 @@ std::string FormatDefaultValue(const AVOption* option, | |||
|     case AV_OPT_TYPE_VIDEO_RATE: { | ||||
|         return ToStdString(option->default_val.str); | ||||
|     } | ||||
|     case AV_OPT_TYPE_CHANNEL_LAYOUT: { | ||||
|     case AV_OPT_TYPE_CHLAYOUT: { | ||||
|         return fmt::format("{:#x}", option->default_val.i64); | ||||
|     } | ||||
|     default: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue