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
3b4798a8
Commit
3b4798a8
authored
Nov 06, 2011
by
Peter Ross
Committed by
Michael Niedermayer
Nov 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtvdec: ignore another known guid
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
29a29226
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wtvdec.c
libavformat/wtvdec.c
+2
-1
No files found.
libavformat/wtvdec.c
View file @
3b4798a8
...
...
@@ -857,7 +857,8 @@ static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_p
!
ff_guidcmp
(
g
,
(
const
ff_asf_guid
){
0x70
,
0xE9
,
0xF1
,
0xF8
,
0x89
,
0xA4
,
0x4C
,
0x4D
,
0x83
,
0x73
,
0xB8
,
0x12
,
0xE0
,
0xD5
,
0xF8
,
0x1E
})
||
!
ff_guidcmp
(
g
,
(
const
ff_asf_guid
){
0x96
,
0xC3
,
0xD2
,
0xC2
,
0x7E
,
0x9A
,
0xDA
,
0x11
,
0x8B
,
0xF7
,
0x00
,
0x07
,
0xE9
,
0x5E
,
0xAD
,
0x8D
})
||
!
ff_guidcmp
(
g
,
(
const
ff_asf_guid
){
0x97
,
0xC3
,
0xD2
,
0xC2
,
0x7E
,
0x9A
,
0xDA
,
0x11
,
0x8B
,
0xF7
,
0x00
,
0x07
,
0xE9
,
0x5E
,
0xAD
,
0x8D
})
||
!
ff_guidcmp
(
g
,
(
const
ff_asf_guid
){
0xA1
,
0xC3
,
0xD2
,
0xC2
,
0x7E
,
0x9A
,
0xDA
,
0x11
,
0x8B
,
0xF7
,
0x00
,
0x07
,
0xE9
,
0x5E
,
0xAD
,
0x8D
}))
{
!
ff_guidcmp
(
g
,
(
const
ff_asf_guid
){
0xA1
,
0xC3
,
0xD2
,
0xC2
,
0x7E
,
0x9A
,
0xDA
,
0x11
,
0x8B
,
0xF7
,
0x00
,
0x07
,
0xE9
,
0x5E
,
0xAD
,
0x8D
})
||
!
ff_guidcmp
(
g
,
(
const
ff_asf_guid
){
0xF7
,
0x10
,
0x02
,
0xB9
,
0xEE
,
0x7C
,
0xED
,
0x4E
,
0xBD
,
0x7F
,
0x05
,
0x40
,
0x35
,
0x86
,
0x18
,
0xA1
}))
{
//ignore known guids
}
else
av_log
(
s
,
AV_LOG_WARNING
,
"unsupported chunk:"
FF_PRI_GUID
"
\n
"
,
FF_ARG_GUID
(
g
));
...
...
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