On 12/03/14 08:40, Martin Storsjö wrote:
> ---
>  libavformat/http.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libavformat/http.c b/libavformat/http.c
> index f7d5c89..fde7a07 100644
> --- a/libavformat/http.c
> +++ b/libavformat/http.c
> @@ -353,7 +353,7 @@ static int parse_location(HTTPContext *s, const char *p)
>  }
>  
>  /* "bytes $from-$to/$document_size" */
> -static void parse_content_range(URLContext *h, char *p)
> +static void parse_content_range(URLContext *h, const char *p)
>  {
>      HTTPContext *s = h->priv_data;
>      const char *slash;
> @@ -367,7 +367,7 @@ static void parse_content_range(URLContext *h, char *p)
>      h->is_streamed = 0; /* we _can_ in fact seek */
>  }
>  
> -static int parse_content_encoding(URLContext *h, char *p)
> +static int parse_content_encoding(URLContext *h, const char *p)
>  {
>      HTTPContext *s = h->priv_data;
>  
> 


Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to