On Wed, Oct 04, 2017 at 03:03:33PM -0700, Aman Gupta wrote:
> From: Aman Gupta <a...@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 ..."

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to