]> git.sesse.net Git - ffmpeg/commit
lavf/mpegts: add reading of ARIB data coding descriptor
authorJan Ekström <jeebjp@gmail.com>
Mon, 14 Jan 2019 20:07:51 +0000 (22:07 +0200)
committerJan Ekström <jeebjp@gmail.com>
Sun, 10 Feb 2019 01:30:56 +0000 (03:30 +0200)
commita03885b745be6ba324f0b24668c8e338d8b1e54c
tree79da4c8ee9501c21f792298d9cf67b9282497310
parent100bfac6d6ecb3447dc3ac4b9d2c41085da59a8b
lavf/mpegts: add reading of ARIB data coding descriptor

This enables us to read the data coding type utilized for
a specific private data stream, of which we currently are
interested in ARIB caption streams.

The component tag limitations are according to ARIB TR-B14,
and the component IDs are defined in ARIB STD-B10.
libavformat/mpegts.c