[FFmpeg-devel] [PATCH][RFC] avcodec/avutil: Add timeline side data

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Mar 29 16:55:53 EEST 2018


On 3/27/2018 8:44 PM, Derek Buitenhuis wrote:
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
>  libavcodec/avcodec.h |   8 +++
>  libavutil/timeline.h | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 168 insertions(+)
>  create mode 100644 libavutil/timeline.h

A few notes from Steve on IRC:

* The ID should be 64bit, or Matroska UUIDs cannot be cleanly mapped 1:1.
* There should be a field to indicate which timeline is the default 'on'
  timeline (e.g. the default/on edition in Matroska).

- Derek


More information about the ffmpeg-devel mailing list