Changeset bc35df29 in ffmpeg

Timestamp:
Jun 24, 2013, 10:13:47 PM (11 years ago)
Author:
Clément Bœsch <ubitux@gmail.com>
Branches:
master
Children:
1029822a
Parents:
61c8221
git-author:
Matthew Heaney <matthewjheaney@google.com> (06/24/13 18:18:05)
git-committer:
Clément Bœsch <ubitux@gmail.com> (06/24/13 22:13:47)
Message:

lavf: add AV_DISPOSITION flags for WebVTT text track kinds

There are 4 separate WebVTT text track kinds: subtitles (the default
if not otherwise specified), captions, descriptions, and metadata.
The WebM muxer needs to know which WebVTT text track kind this is, in
order to synthesize the correct track type and codec id.

To allow a demuxer to indicate the text track kind of the input, a new
set of AV_DISPOSITION flag values has been added, corresponding to
each of the non-default text track kind values.

(No files)

Note: See TracChangeset for help on using the changeset viewer.