Re: [FFmpeg-devel] [PATCH V1 1/2] lavf/rtmpproto: Don't unref uninitialized buffers

2019-12-03 Thread Liu Steven
> 在 2019年12月3日,下午7:00,Jun Zhao 写道: > > From: Jun Zhao > > This happens if ffurl_open_whitelist fails and stream is unset. > > Signed-off-by: Jun Zhao > --- > libavformat/rtmpproto.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/rtmpproto.c b/liba

[FFmpeg-devel] [PATCH V1 1/2] lavf/rtmpproto: Don't unref uninitialized buffers

2019-12-03 Thread Jun Zhao
From: Jun Zhao This happens if ffurl_open_whitelist fails and stream is unset. Signed-off-by: Jun Zhao --- libavformat/rtmpproto.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index 5274993..42aacbd 100644 --- a/lib