On Sat, 28 Aug 2010, Ronald S. Bultje wrote: > On Fri, Aug 27, 2010 at 4:57 PM, Josh Allmann <[email protected]> > wrote: > > @@ -1777,6 +1778,9 @@ static int rtsp_fetch_packet(AVFormatContext *s, > > AVPacket *pkt) > > uint8_t buf[10 * RTP_MAX_PACKET_LENGTH]; > > RTSPStream *rtsp_st; > > > > + if (rt->nb_byes == rt->nb_rtsp_streams) > > + return AVERROR_EOF; > > + > > /* get next frames from the same RTP packet */ > > if (rt->cur_transport_priv) { > > if (rt->transport == RTSP_TRANSPORT_RDT) { > > <nag> weird indent </nag>, but patch fine otherwise, feel free to > apply with this fixed. Did I say thanks, nice work yet?
Applied with this fixed. > Thanks! (Seriously, you've done great work!) Yes, thanks a lot, great job! // Martin _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
