[FFmpeg-soc] [PATCH] RTCP BYE

Josh Allmann joshua.allmann at gmail.com
Sun Aug 29 19:41:07 CEST 2010


On 29 August 2010 03:26, Martin Storsjö <martin at martin.st> wrote:
> 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!
>

\o/

High fives all around!


> // Martin
> _______________________________________________
> FFmpeg-soc mailing list
> FFmpeg-soc at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
>


More information about the FFmpeg-soc mailing list