Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
52d9442a
Commit
52d9442a
authored
Mar 14, 2017
by
Dave Rice
Committed by
Michael Niedermayer
Mar 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffprobe.xsd: add frame log data
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
bcd7153d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
ffprobe.xsd
doc/ffprobe.xsd
+15
-0
No files found.
doc/ffprobe.xsd
View file @
52d9442a
...
...
@@ -83,6 +83,7 @@
<xsd:complexType
name=
"frameType"
>
<xsd:sequence>
<xsd:element
name=
"tag"
type=
"ffprobe:tagType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xsd:element
name=
"logs"
type=
"ffprobe:logsType"
minOccurs=
"0"
maxOccurs=
"1"
/>
<xsd:element
name=
"side_data_list"
type=
"ffprobe:frameSideDataListType"
minOccurs=
"0"
maxOccurs=
"1"
/>
</xsd:sequence>
...
...
@@ -121,6 +122,20 @@
<xsd:attribute
name=
"repeat_pict"
type=
"xsd:int"
/>
</xsd:complexType>
<xsd:complexType
name=
"logsType"
>
<xsd:sequence>
<xsd:element
name=
"log"
type=
"ffprobe:logType"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType
name=
"logType"
>
<xsd:attribute
name=
"context"
type=
"xsd:string"
/>
<xsd:attribute
name=
"level"
type=
"xsd:int"
/>
<xsd:attribute
name=
"category"
type=
"xsd:int"
/>
<xsd:attribute
name=
"parent_context"
type=
"xsd:string"
/>
<xsd:attribute
name=
"parent_category"
type=
"xsd:int"
/>
<xsd:attribute
name=
"message"
type=
"xsd:string"
/>
</xsd:complexType>
<xsd:complexType
name=
"frameSideDataListType"
>
<xsd:sequence>
<xsd:element
name=
"side_data"
type=
"ffprobe:frameSideDataType"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment