You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Merge commit '2cd28693a59050717cb7da6cb229e606b1dee356'
* commit '2cd28693a59050717cb7da6cb229e606b1dee356': jack: Use av_strerror Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -287,8 +287,11 @@ static int audio_read_packet(AVFormatContext *context, AVPacket *pkt) | ||||
|             av_log(context, AV_LOG_ERROR, | ||||
|                    "Input error: timed out when waiting for JACK process callback output\n"); | ||||
|         } else { | ||||
|             char errbuf[128]; | ||||
|             int ret = AVERROR(errno); | ||||
|             av_strerror(ret, errbuf, sizeof(errbuf)); | ||||
|             av_log(context, AV_LOG_ERROR, "Error while waiting for audio packet: %s\n", | ||||
|                    strerror(errno)); | ||||
|                    errbuf); | ||||
|         } | ||||
|         if (!self->client) | ||||
|             av_log(context, AV_LOG_ERROR, "Input error: JACK server is gone\n"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user