diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2019-11-04 19:10:00 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2020-05-03 05:28:33 +0800 |
commit | 2d17f43fe1958de338530c0b03b8d5de397a8e72 (patch) | |
tree | f9b197b80cc3894035c5a8734a943dd740bcc26a /doc/bitstream_filters.texi | |
parent | f88a7aa49a7ee21281e7d76b09e99eed11e908f3 (diff) | |
download | ffmpeg-2d17f43fe1958de338530c0b03b8d5de397a8e72.tar.gz |
avcodec/prores_metadata_bsf: add smpte2084 format support
It's based on the following specs:
RDD 36:2015 - SMPTE Registered Disclosure Doc - Apple ProRes Bitstream Syntax and Decoding Process
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 8fe5b3ad75..e2de4fd4ed 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -589,6 +589,8 @@ Keep the same transfer characteristics property (default). @item unknown @item bt709 BT 601, BT 709, BT 2020 +@item smpte2084 +SMPTE ST 2084 @end table |