[FFmpeg-devel] [PATCH 2/3] avformat/http: fix stray quote in trace logging

Michael Niedermayer michael at niedermayer.cc
Fri Oct 6 03:01:21 EEST 2017


On Wed, Oct 04, 2017 at 03:03:33PM -0700, Aman Gupta wrote:
> From: Aman Gupta <aman at tmm1.net>
> 
> ---
>  libavformat/http.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/http.c b/libavformat/http.c
> index 6af3259a43..f76a71fbb7 100644
> --- a/libavformat/http.c
> +++ b/libavformat/http.c
> @@ -1298,7 +1298,7 @@ static int http_buf_read(URLContext *h, uint8_t *buf, int size)
>              s->chunksize = strtoull(line, NULL, 16);
>  
>              av_log(h, AV_LOG_TRACE,
> -                   "Chunked encoding data size: %"PRIu64"'\n",
> +                   "Chunked encoding data size: %"PRIu64"\n",
>                      s->chunksize);

should be ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 1
"Used only once"    - "Some unspecified defect prevented a second use"
"In good condition" - "Can be repaird by experienced expert"
"As is" - "You wouldnt want it even if you were payed for it, if you knew ..."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171006/d7641b8a/attachment.sig>


More information about the ffmpeg-devel mailing list