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
103d073d
Commit
103d073d
authored
Oct 14, 2013
by
Yusuke Nakamura
Committed by
Luca Barbato
Oct 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264_parser: Use ff_h264_reset_sei()
Signed-off-by:
Luca Barbato
<
lu_zero@gentoo.org
>
parent
19f53840
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
h264_parser.c
libavcodec/h264_parser.c
+2
-5
No files found.
libavcodec/h264_parser.c
View file @
103d073d
...
@@ -181,11 +181,8 @@ static inline int parse_nal_units(AVCodecParserContext *s,
...
@@ -181,11 +181,8 @@ static inline int parse_nal_units(AVCodecParserContext *s,
s
->
key_frame
=
0
;
s
->
key_frame
=
0
;
s
->
picture_structure
=
AV_PICTURE_STRUCTURE_UNKNOWN
;
s
->
picture_structure
=
AV_PICTURE_STRUCTURE_UNKNOWN
;
h
->
avctx
=
avctx
;
h
->
avctx
=
avctx
;
h
->
sei_recovery_frame_cnt
=
-
1
;
ff_h264_reset_sei
(
h
);
h
->
sei_dpb_output_delay
=
0
;
h
->
sei_cpb_removal_delay
=
-
1
;
h
->
sei_buffering_period_present
=
0
;
if
(
!
buf_size
)
if
(
!
buf_size
)
return
0
;
return
0
;
...
...
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