mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	Merge commit '46c0cbd5dc01196949105e49f2ded10aa85a6e39'
* commit '46c0cbd5dc01196949105e49f2ded10aa85a6e39':
  rtsp: suppress a incompatible pointer types warning
Conflicts:
	libavformat/rtsp.c
See: 0079232299
Merged-by: Michael Niedermayer <michaelni@gmx.at>
			
			
This commit is contained in:
		| @@ -729,8 +729,8 @@ int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st) | ||||
|         s->ctx_flags |= AVFMTCTX_NOHEADER; | ||||
|  | ||||
|     if (s->oformat && CONFIG_RTSP_MUXER) { | ||||
|         int ret = ff_rtp_chain_mux_open((AVFormatContext **)&rtsp_st->transport_priv, s, st, | ||||
|                                         rtsp_st->rtp_handle, | ||||
|         int ret = ff_rtp_chain_mux_open((AVFormatContext **)&rtsp_st->transport_priv, | ||||
|                                         s, st, rtsp_st->rtp_handle, | ||||
|                                         RTSP_TCP_MAX_PACKET_SIZE, | ||||
|                                         rtsp_st->stream_index); | ||||
|         /* Ownership of rtp_handle is passed to the rtp mux context */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer