[FFmpeg-devel] [PATCH] avformat/hlsenc: start_number new options

Moritz Barsnick barsnick at gmx.net
Tue Jan 10 14:02:52 EET 2017


On Tue, Jan 10, 2017 at 10:42:21 +0100, Bodecs Bela wrote:
> Hls speficication allow 64 bit integers as sequence numbers. This patch
      ^ specification allows

> +typedef enum {
> +  HLS_START_SEQUNCE_AS_START_NUMBER,
> +  HLS_START_SEQUNCE_AS_SECONDS_SINCE_EPOCH,
> +  HLS_START_SEQUNCE_AS_FORMATTED_DATETIME,  // YYYYMMDDhhmmss
               ^ correct spelling would be SEQUENCE :)

Otherwise, grammar looks okay to me.

Missing documentation in doc/muxers.texi.

Moritz


More information about the ffmpeg-devel mailing list