Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
b9a12729
Commit
b9a12729
authored
Feb 20, 2018
by
Cheng Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove decoder keyframe reset of current_video_frame
Change-Id: I278be8e79f2eb99f711c3d8f98c801f2f1f7bd38
parent
04e042ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
av1/decoder/decodeframe.c
av1/decoder/decodeframe.c
+0
-2
No files found.
av1/decoder/decodeframe.c
View file @
b9a12729
...
...
@@ -2617,7 +2617,6 @@ static void show_existing_frame_reset(AV1Decoder *const pbi) {
RefCntBuffer
*
const
frame_bufs
=
pool
->
frame_bufs
;
cm
->
frame_type
=
KEY_FRAME
;
cm
->
current_video_frame
=
0
;
cm
->
frame_offset
=
cm
->
current_video_frame
;
pbi
->
refresh_frame_flags
=
(
1
<<
REF_FRAMES
)
-
1
;
...
...
@@ -2879,7 +2878,6 @@ static int read_uncompressed_header(AV1Decoder *pbi,
#endif // CONFIG_FRAME_REFS_SIGNALING
if
(
cm
->
frame_type
==
KEY_FRAME
)
{
cm
->
current_video_frame
=
0
;
#if !CONFIG_OBU
av1_read_bitdepth_colorspace_sampling
(
cm
,
rb
,
pbi
->
allow_lowbitdepth
);
#if CONFIG_TIMING_INFO_IN_SEQ_HEADERS
...
...
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