Re: [FFmpeg-devel] [PATCH 2/8] avformat/mux: fix check_packet with null packet

2020-03-28 Thread Marton Balint
On Sat, 28 Mar 2020, Andreas Rheinhardt wrote: Marton Balint: Signed-off-by: Marton Balint --- libavformat/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index bfd1bf491b..dfb21c8aa5 100644 --- a/libavformat/mux.c +++ b/libavf

Re: [FFmpeg-devel] [PATCH 2/8] avformat/mux: fix check_packet with null packet

2020-03-28 Thread Andreas Rheinhardt
Marton Balint: > Signed-off-by: Marton Balint > --- > libavformat/mux.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mux.c b/libavformat/mux.c > index bfd1bf491b..dfb21c8aa5 100644 > --- a/libavformat/mux.c > +++ b/libavformat/mux.c > @@ -798,7 +798,7 @@ s

[FFmpeg-devel] [PATCH 2/8] avformat/mux: fix check_packet with null packet

2020-03-28 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index bfd1bf491b..dfb21c8aa5 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -798,7 +798,7 @@ static int prepare_input_packet(AVFo