mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +08:00 
			
		
		
		
	Merge commit 'ff7f6ea9db2a77d74f7e68a716f53ba1f3f85017'
* commit 'ff7f6ea9db2a77d74f7e68a716f53ba1f3f85017': rtpdec: add a trace when jitter buffer is full Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
		| @@ -816,8 +816,8 @@ static int rtp_parse_one_packet(RTPDemuxContext *s, AVPacket *pkt, | ||||
|             /* Return the first enqueued packet if the queue is full, | ||||
|              * even if we're missing something */ | ||||
|             if (s->queue_len >= s->queue_size) { | ||||
|                 av_log(s->st ? s->st->codec : NULL, AV_LOG_ERROR, | ||||
|                         "jitter buffer full\n"); | ||||
|                 av_log(s->st ? s->st->codec : NULL, AV_LOG_WARNING, | ||||
|                        "jitter buffer full\n"); | ||||
|                 return rtp_parse_queued_packet(s, pkt); | ||||
|             } | ||||
|             return -1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Hendrik Leppkes
					Hendrik Leppkes