Re: [libav-devel] [PATCH 2/2] mux: properly forward errors from av_interleaved_write_frame()

2015-08-27 Thread Martin Storsjö
On Thu, 27 Aug 2015, Sean McGovern wrote: Bug-Id: 881 CC: libav-sta...@libav.org --- libavformat/mux.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/mux.c b/libavformat/mux.c index 3cff264..cae8f19 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -591,6 +591,9 @@

Re: [libav-devel] [PATCH 2/2] mux: properly forward errors from av_interleaved_write_frame()

2015-08-27 Thread Luca Barbato
On 27/08/15 06:04, Sean McGovern wrote: > Bug-Id: 881 > > CC: libav-sta...@libav.org > --- > libavformat/mux.c |3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavformat/mux.c b/libavformat/mux.c > index 3cff264..cae8f19 100644 > --- a/libavformat/mux.c > +++ b/libavformat/mux.c

[libav-devel] [PATCH 2/2] mux: properly forward errors from av_interleaved_write_frame()

2015-08-26 Thread Sean McGovern
Bug-Id: 881 CC: libav-sta...@libav.org --- libavformat/mux.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/mux.c b/libavformat/mux.c index 3cff264..cae8f19 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -591,6 +591,9 @@ int av_interleaved_write_frame(AVFormatCon