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
bc21260e
Commit
bc21260e
authored
Jun 14, 2014
by
Kieran
Committed by
Michael Niedermayer
Jun 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hevc: Fix 4K sample video
Reviewed-by: smarter Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
c1b15c16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
hevc_ps.c
libavcodec/hevc_ps.c
+3
-2
No files found.
libavcodec/hevc_ps.c
View file @
bc21260e
...
...
@@ -376,9 +376,10 @@ int ff_hevc_decode_nal_vps(HEVCContext *s)
goto
err
;
}
if
(
vps
->
vps_num_reorder_pics
[
i
]
>
vps
->
vps_max_dec_pic_buffering
[
i
]
-
1
)
{
av_log
(
s
->
avctx
,
AV_LOG_
ERROR
,
"vps_max_num_reorder_pics out of range: %d
\n
"
,
av_log
(
s
->
avctx
,
AV_LOG_
WARNING
,
"vps_max_num_reorder_pics out of range: %d
\n
"
,
vps
->
vps_num_reorder_pics
[
i
]);
goto
err
;
if
(
s
->
avctx
->
strict_std_compliance
>
FF_COMPLIANCE_NORMAL
)
goto
err
;
}
}
...
...
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