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
9372f31e
Commit
9372f31e
authored
Jan 09, 2011
by
Peter Ross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtv: fix typo
Originally committed as revision 26274 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
50d83b20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wtv.c
libavformat/wtv.c
+1
-1
No files found.
libavformat/wtv.c
View file @
9372f31e
...
...
@@ -488,7 +488,7 @@ static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_p
!
ff_guidcmp
(
g
,
(
const
ff_asf_guid
){
0xA1
,
0xC3
,
0xD2
,
0xC2
,
0x7E
,
0x9A
,
0xDA
,
0x11
,
0x8B
,
0xF7
,
0x00
,
0x07
,
0xE9
,
0x5E
,
0xAD
,
0x8D
}))
{
//ignore known guids
}
else
av_log
(
s
,
AV_LOG_WARNING
,
"unsuported chunk:"
PRI_GUID
"
\n
"
,
ARG_GUID
(
g
));
av_log
(
s
,
AV_LOG_WARNING
,
"unsup
p
orted chunk:"
PRI_GUID
"
\n
"
,
ARG_GUID
(
g
));
url_fskip
(
pb
,
WTV_PAD8
(
len
)
-
consumed
);
}
...
...
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