Re: [FFmpeg-devel] [PATCH 3/3] lavf/sdp: add more thorough error handling

2021-12-07 Thread Martin Storsjö
On Tue, 7 Dec 2021, Anton Khirnov wrote: Quoting Martin Storsjö (2021-12-07 10:14:59) On Sat, 4 Dec 2021, Anton Khirnov wrote: > Return error codes when constructing a stream config fails, rather than > just disregarding the failure and continuing. > Propagate the error codes from

Re: [FFmpeg-devel] [PATCH 3/3] lavf/sdp: add more thorough error handling

2021-12-07 Thread Anton Khirnov
Quoting Martin Storsjö (2021-12-07 10:14:59) > On Sat, 4 Dec 2021, Anton Khirnov wrote: > > > Return error codes when constructing a stream config fails, rather than > > just disregarding the failure and continuing. > > Propagate the error codes from av_sdp_create(). > > --- > >

Re: [FFmpeg-devel] [PATCH 3/3] lavf/sdp: add more thorough error handling

2021-12-07 Thread Anton Khirnov
Quoting lance.lmw...@gmail.com (2021-12-05 12:12:54) > On Sat, Dec 04, 2021 at 06:33:00PM +0100, Anton Khirnov wrote: > > Return error codes when constructing a stream config fails, rather than > > just disregarding the failure and continuing. > > Propagate the error codes from av_sdp_create(). >

Re: [FFmpeg-devel] [PATCH 3/3] lavf/sdp: add more thorough error handling

2021-12-07 Thread Martin Storsjö
On Sat, 4 Dec 2021, Anton Khirnov wrote: Return error codes when constructing a stream config fails, rather than just disregarding the failure and continuing. Propagate the error codes from av_sdp_create(). --- libavformat/internal.h | 7 +- libavformat/sdp.c | 189

Re: [FFmpeg-devel] [PATCH 3/3] lavf/sdp: add more thorough error handling

2021-12-05 Thread lance . lmwang
On Sat, Dec 04, 2021 at 06:33:00PM +0100, Anton Khirnov wrote: > Return error codes when constructing a stream config fails, rather than > just disregarding the failure and continuing. > Propagate the error codes from av_sdp_create(). > --- > libavformat/internal.h | 7 +- > libavformat/sdp.c

[FFmpeg-devel] [PATCH 3/3] lavf/sdp: add more thorough error handling

2021-12-04 Thread Anton Khirnov
Return error codes when constructing a stream config fails, rather than just disregarding the failure and continuing. Propagate the error codes from av_sdp_create(). --- libavformat/internal.h | 7 +- libavformat/sdp.c | 189 + 2 files changed, 120