On 21/09/13 12:11, Martin Storsjö wrote:
> On Sat, 21 Sep 2013, Luca Barbato wrote:
> 
>> ---
>> libavformat/rtmpproto.c | 69
>> +++++++++++++++++++++++++++++--------------------
>> 1 file changed, 41 insertions(+), 28 deletions(-)
> 
> Probably ok. As far as I can see, this is just moving the existing code
> into a separate function and changing it to use update_offset?
> 

Before it was writing over the packet and then copying, now it copies as
it goes reading.

This way we do not have a warning and the code seems slightly uniform
with the rest.

lu

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to