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
87c113f4
Commit
87c113f4
authored
Nov 12, 2012
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wv: use right function to read block_samples
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
c4338237
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wv.c
libavformat/wv.c
+1
-1
No files found.
libavformat/wv.c
View file @
87c113f4
...
@@ -341,7 +341,7 @@ static int wv_read_packet(AVFormatContext *s, AVPacket *pkt)
...
@@ -341,7 +341,7 @@ static int wv_read_packet(AVFormatContext *s, AVPacket *pkt)
pkt
->
stream_index
=
0
;
pkt
->
stream_index
=
0
;
wc
->
block_parsed
=
1
;
wc
->
block_parsed
=
1
;
pkt
->
pts
=
wc
->
soff
;
pkt
->
pts
=
wc
->
soff
;
block_samples
=
AV_R
N
32
(
wc
->
extra
);
block_samples
=
AV_R
L
32
(
wc
->
extra
);
if
(
block_samples
>
INT32_MAX
)
if
(
block_samples
>
INT32_MAX
)
av_log
(
s
,
AV_LOG_WARNING
,
av_log
(
s
,
AV_LOG_WARNING
,
"Too many samples in block: %"
PRIu32
"
\n
"
,
block_samples
);
"Too many samples in block: %"
PRIu32
"
\n
"
,
block_samples
);
...
...
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