mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	dumping/ffmpeg_backend: add support for ffmpeg 5.0
This commit is contained in:
		
							parent
							
								
									54a36bc54f
								
							
						
					
					
						commit
						04f201ab34
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -758,7 +758,12 @@ void GetOptionList(std::vector<OptionInfo>& out, const AVClass* av_class, bool s | |||
|     } | ||||
| 
 | ||||
|     const AVClass* child_class = nullptr; | ||||
| #if LIBAVCODEC_VERSION_MAJOR >= 59 | ||||
|     void* iter = nullptr; | ||||
|     while ((child_class = av_opt_child_class_iterate(av_class, &iter))) { | ||||
| #else | ||||
|     while ((child_class = av_opt_child_class_next(av_class, child_class))) { | ||||
| #endif | ||||
|         GetOptionListSingle(out, child_class); | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue