On Tue, Jul 31, 2012 at 9:22 PM, Luca Barbato <lu_z...@gentoo.org> wrote:
> On 07/31/2012 06:16 PM, Samuel Pitoiset wrote:
>> +        if ((ret = find_tracked_method(rt, pkt_id, &tracked_method)) < 0) {
>> +            /* Ignore this reply when the method is not tracked. */
>> +            return 0;
>> +        }
>
> Might be better return
>
> < 0 on error
> 0 on success
>> 0 on not present

Good idea.

>
> And act accordingly, is this overhaul working properly now?

Yes, this patch works both with wowza and rubberducky.


-- 
Best regards,
Samuel Pitoiset.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to