mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
fftools/ffprobe: Show stream group side data
Specifically output side data from tile groups with -show_stream_groups which includes rotation information in HEIC images. Signed-off-by: Jeremy James <jeremy.james@gmail.com>
This commit is contained in:
committed by
James Almer
parent
f72f692afa
commit
3d4461e16d
@@ -357,6 +357,7 @@
|
||||
<xsd:complexType name="streamGroupComponentType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="subcomponents" type="ffprobe:streamGroupSubComponentList" minOccurs="0" maxOccurs="1"/>
|
||||
<xsd:element name="side_data_list" type="ffprobe:packetSideDataListType" minOccurs="0" maxOccurs="1"/>
|
||||
<xsd:element name="component_entry" type="ffprobe:streamGroupEntryType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
Reference in New Issue
Block a user