[FFmpeg-devel] [PATCH 5/5] doc/bitstream_filters: Add av1_metadata
Mark Thompson
sw at jkqxz.net
Wed Oct 17 00:59:37 EEST 2018
On 16/10/18 22:20, James Almer wrote:
> On 10/16/2018 6:15 PM, Mark Thompson wrote:
>> On 05/10/18 00:09, Mark Thompson wrote:
>>> ---
>>> doc/bitstream_filters.texi | 50 ++++++++++++++++++++++++++++++++++++++
>>> 1 file changed, 50 insertions(+)
>>>
>>> diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
>>> index d948c6d658..66df24fd3d 100644
>>> --- a/doc/bitstream_filters.texi
>>> +++ b/doc/bitstream_filters.texi
>>> @@ -37,6 +37,56 @@ raw ADTS AAC or an MPEG-TS container to MP4A-LATM, to an FLV file, or
>>> to MOV/MP4 files and related formats such as 3GP or M4A. Please note
>>> that it is auto-inserted for MP4A-LATM and MOV/MP4 and related formats.
>>>
>>> + at section av1_metadata
>>> +
>>> +Modify metadata embedded in an AV1 stream.
>>> +
>>> + at table @option
>>> + at item td
>>> +Insert or remove temporal delimiter OBUs in all temporal units of the
>>> +stream.
>>> +
>>> + at table @samp
>>> + at item insert
>
> Maybe mention that it inserts one if there's none already at the
> beginning of the TU, and does nothing otherwise. Same with remove below.
Sure, added.
>>> ...
>
> LGTM with or without the above change.
Applied with that change.
Thank you!
- Mark
More information about the ffmpeg-devel
mailing list