[FFmpeg-soc] [PATCH] RTCP BYE
Martin Storsjö
martin at martin.st
Sun Aug 29 12:26:03 CEST 2010
On Sat, 28 Aug 2010, Ronald S. Bultje wrote:
> On Fri, Aug 27, 2010 at 4:57 PM, Josh Allmann <joshua.allmann at gmail.com> 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
More information about the FFmpeg-soc
mailing list