On Thu, 10 Nov 2011 11:19:36 +0200, Martin Storsjö <[email protected]> wrote:
> The chunksize internal variable has two different uses - for
> reading, it's the amount of data left of the current chunk
> (or -1 if the server doesn't send data in chunked mode), where
> it's only an internal state variable. For writing, it's used
> to decide whether to enable chunked encoding (by default), by
> using the value 0, or disable chunked encoding (value -1).
> 
> This, while consistent, doesn't make much sense to expose
> as an AVOption. This splits the usage of the internal variable
> into two variables, chunksize which is used for reading (as
> before), and chunked_post which is the user-settable option,
> with the values 0 and 1, where 1 is default.
> ---

Ok.

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

Reply via email to