mirror of
				https://git.h3cjp.net/H3cJP/citra.git
				synced 2025-11-04 09:05:08 +00:00 
			
		
		
		
	
							parent
							
								
									4a9995ab9f
								
							
						
					
					
						commit
						1382035d4d
					
				| 
						 | 
				
			
			@ -156,6 +156,8 @@ bool FFmpegVideoStream::Init(FFmpegMuxer& muxer, const Layout::FramebufferLayout
 | 
			
		|||
        return false;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    stream->time_base = codec_context->time_base;
 | 
			
		||||
 | 
			
		||||
    // Allocate frames
 | 
			
		||||
    current_frame.reset(av_frame_alloc());
 | 
			
		||||
    scaled_frame.reset(av_frame_alloc());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue