mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	audio_core/hle/ffmpeg_decoder: make avcodec const
This commit is contained in:
		
							parent
							
								
									04f201ab34
								
							
						
					
					
						commit
						c7869ff332
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -52,7 +52,7 @@ private: | ||||||
| 
 | 
 | ||||||
|     Memory::MemorySystem& memory; |     Memory::MemorySystem& memory; | ||||||
| 
 | 
 | ||||||
|     AVCodec* codec; |     const AVCodec* codec; | ||||||
|     std::unique_ptr<AVCodecContext, AVCodecContextDeleter> av_context; |     std::unique_ptr<AVCodecContext, AVCodecContextDeleter> av_context; | ||||||
|     std::unique_ptr<AVCodecParserContext, AVCodecParserContextDeleter> parser; |     std::unique_ptr<AVCodecParserContext, AVCodecParserContextDeleter> parser; | ||||||
|     std::unique_ptr<AVPacket, AVPacketDeleter> av_packet; |     std::unique_ptr<AVPacket, AVPacketDeleter> av_packet; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue