On 11/12/11 11:33, Diego Biurrun wrote:
On Sun, Dec 11, 2011 at 03:20:56AM +0100, Luca Barbato wrote:
It behaves similarly to image2 muxer
similar to the
Ok.
doc/muxers.texi | 32 ++++++
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/segment.c | 257 ++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 291 insertions(+), 0 deletions(-)
create mode 100644 libavformat/segment.c
Version bump and changelog update are missing.
Once Anton is happy I'll add them, before is just adding more work
rebasing for nothing.
+static const AVOption options[] = {
+ { "container_format", "container format used for the segments",
OFFSET(format), FF_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E },
+ { "segment_time", "segment lenght in seconds",
OFFSET(time), FF_OPT_TYPE_FLOAT, {.dbl = 2}, 0, FLT_MAX, E },
lengTH
+ { "list_size", "maximum number of entry in the playlist",
OFFSET(size), FF_OPT_TYPE_INT, {.dbl = 5}, 0, INT_MAX, E },
maximum number of playlist entries
right.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel