You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	ffmpeg: update error message, and make use of av_err2str() to simplify
This commit is contained in:
		
							
								
								
									
										4
									
								
								ffmpeg.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								ffmpeg.c
									
									
									
									
									
								
							| @@ -1044,10 +1044,8 @@ static int reap_filters(void) | ||||
|                                                AV_BUFFERSINK_FLAG_NO_REQUEST); | ||||
|             if (ret < 0) { | ||||
|                 if (ret != AVERROR(EAGAIN) && ret != AVERROR_EOF) { | ||||
|                     char buf[256]; | ||||
|                     av_strerror(ret, buf, sizeof(buf)); | ||||
|                     av_log(NULL, AV_LOG_WARNING, | ||||
|                            "Error in av_buffersink_get_buffer_ref(): %s\n", buf); | ||||
|                            "Error in av_buffersink_get_frame_flags(): %s\n", av_err2str(ret)); | ||||
|                 } | ||||
|                 break; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user