• Martin Storsjö's avatar
    http: Change the chunksize AVOption into chunked_post · 6149485f
    Martin Storsjö authored
    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.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    6149485f
Name
Last commit
Last update
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
RELEASE Loading commit data...
avconv.c Loading commit data...
avplay.c Loading commit data...
avprobe.c Loading commit data...
avserver.c Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...