Yes, I've removed it already. ________________________________ From: ffmpeg-devel <[email protected]> on behalf of "zhilizhao(赵志立)" <[email protected]> Sent: Wednesday, April 6, 2022 6:28 AM To: FFmpeg development discussions and patches <[email protected]> Subject: Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp
> On Apr 6, 2022, at 8:52 PM, Yubo Xie <[email protected]> wrote: > > Signed-off-by: xyb <[email protected]> > --- > libavformat/rtsp.c | 4 ++-- > libavformat/rtsp.h | 1 - > libavformat/rtspenc.c | 2 +- > 3 files changed, 3 insertions(+), 4 deletions(-) > […] > > diff --git a/libavformat/rtspenc.c b/libavformat/rtspenc.c > index 2a00b3e18d..5c7e0b4e8b 100644 > --- a/libavformat/rtspenc.c > +++ b/libavformat/rtspenc.c > @@ -174,7 +174,7 @@ int ff_rtsp_tcp_write_packet(AVFormatContext *s, > RTSPStream *rtsp_st) > size -= packet_len; > } > av_free(buf); > - return ffio_open_dyn_packet_buf(&rtpctx->pb, RTSP_TCP_MAX_PACKET_SIZE); > + return ffio_open_dyn_packet_buf(&rtpctx->pb, rt->pkt_size); There is no more reference to RTSP_TCP_MAX_PACKET_SIZE now, it would be better be removed. _______________________________________________ ffmpeg-devel mailing list [email protected] https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fffmpeg.org%2Fmailman%2Flistinfo%2Fffmpeg-devel&data=04%7C01%7C%7C999d4c6c586540d2b47708da17d171ab%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637848485562446851%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=m1TPJnGtWKd6ESBlhlsv9lwPEGJS0N8iXQAJsYpM9o0%3D&reserved=0 To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
