Re: [FFmpeg-devel] [PATCH 2/2] doc/muxers: remove initial_offset from segment muxer

2016-09-08 Thread Carl Eugen Hoyos
2016-09-08 15:33 GMT+02:00 Steven Liu :
> -@item initial_offset @var{offset}
> -Specify timestamp offset to apply to the output packet timestamps. The
> -argument must be a time duration specification, and defaults to 0.

This should be merged with the other patch.
(If the option gets deprecated it could get removed from documentation
immediately.)

Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH 2/2] doc/muxers: remove initial_offset from segment muxer

2016-09-08 Thread Steven Liu
Signed-off-by: LiuQi 
---
 doc/muxers.texi | 4 
 1 file changed, 4 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index c39a6a0..4fd4133 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1355,10 +1355,6 @@ will start with near-zero timestamps. It is meant to
ease the playback
 of the generated segments. May not work with some combinations of
 muxers/codecs. It is set to @code{0} by default.

-@item initial_offset @var{offset}
-Specify timestamp offset to apply to the output packet timestamps. The
-argument must be a time duration specification, and defaults to 0.
-
 @item write_empty_segments @var{1|0}
 If enabled, write an empty segment if there are no packets during the
period a
 segment would usually span. Otherwise, the segment will be filled with the
next
-- 
2.7.4 (Apple Git-66)


0002-doc-muxers-remove-initial_offset-from-segment-muxer.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel