Re: [FFmpeg-devel] [PATCH V1 1/5] lavf/hls: Update av_log() log message

2019-06-03 Thread Liu Steven
> 在 2019年6月4日,下午1:38,Jun Zhao 写道: > > From: Jun Zhao > > Pass correct pointer to av_log() and update some error/warning message, > it's will help the debugging > > Signed-off-by: Jun Zhao > --- > libavformat/hls.c | 22 ++ > 1 files changed, 14 insertions(+), 8 deletion

[FFmpeg-devel] [PATCH V1 1/5] lavf/hls: Update av_log() log message

2019-06-03 Thread Jun Zhao
From: Jun Zhao Pass correct pointer to av_log() and update some error/warning message, it's will help the debugging Signed-off-by: Jun Zhao --- libavformat/hls.c | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c