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
e671d3ad
Commit
e671d3ad
authored
Feb 14, 2013
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: do not copy ref count/ref2frm when updating per-frame context
They are filled in decode_slice_header() anyway.
parent
c5a738ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
h264.c
libavcodec/h264.c
+0
-2
No files found.
libavcodec/h264.c
View file @
e671d3ad
...
...
@@ -1563,8 +1563,6 @@ static int decode_update_thread_context(AVCodecContext *dst,
copy_fields
(
h
,
h1
,
poc_lsb
,
redundant_pic_count
);
// reference lists
copy_fields
(
h
,
h1
,
ref_count
,
list_count
);
copy_fields
(
h
,
h1
,
ref2frm
,
intra_gb
);
copy_fields
(
h
,
h1
,
short_ref
,
cabac_init_idc
);
copy_picture_range
(
h
->
short_ref
,
h1
->
short_ref
,
32
,
h
,
h1
);
...
...
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