Re: [FFmpeg-devel] [PATCH] lavc/avpacket: forward av_buffer_realloc() error code.

2020-08-09 Thread James Almer
On 1/4/2020 4:00 PM, Nicolas George wrote: > Fix CID 1457229. > > Signed-off-by: Nicolas George > --- > libavcodec/avpacket.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/avpacket.c b/libavcodec/avpacket.c > index 858f827a0a..4da832c53c 100644 > ---

Re: [FFmpeg-devel] [PATCH] lavc/avpacket: forward av_buffer_realloc() error code.

2020-08-09 Thread Nicolas George
Nicolas George (12020-08-09): > Ping? Will apply next time I think about it if nobody objects and it > still applies. Sorry, I missed Andreas comment in another mailbox. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpe

Re: [FFmpeg-devel] [PATCH] lavc/avpacket: forward av_buffer_realloc() error code.

2020-08-09 Thread Nicolas George
Nicolas George (12020-01-04): > Fix CID 1457229. > > Signed-off-by: Nicolas George > --- > libavcodec/avpacket.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) Ping? Will apply next time I think about it if nobody objects and it still applies. Regards, -- Nicolas George s

Re: [FFmpeg-devel] [PATCH] lavc/avpacket: forward av_buffer_realloc() error code.

2020-01-04 Thread Andreas Rheinhardt
Nicolas George: > Fix CID 1457229. > > Signed-off-by: Nicolas George > --- > libavcodec/avpacket.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/avpacket.c b/libavcodec/avpacket.c > index 858f827a0a..4da832c53c 100644 > --- a/libavcodec/avpacket.c >

[FFmpeg-devel] [PATCH] lavc/avpacket: forward av_buffer_realloc() error code.

2020-01-04 Thread Nicolas George
Fix CID 1457229. Signed-off-by: Nicolas George --- libavcodec/avpacket.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/avpacket.c b/libavcodec/avpacket.c index 858f827a0a..4da832c53c 100644 --- a/libavcodec/avpacket.c +++ b/libavcodec/avpacket.c @@ -170,7