Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6b99ed65
Commit
6b99ed65
authored
Nov 08, 2017
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packetizer: h264: clear captions of missing frames
parent
289607e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/packetizer/h264.c
modules/packetizer/h264.c
+3
-0
No files found.
modules/packetizer/h264.c
View file @
6b99ed65
...
...
@@ -732,6 +732,7 @@ static block_t *OutputPicture( decoder_t *p_dec )
assert
(
p_sys
->
frame
.
p_head
);
DropStoredNAL
(
p_sys
);
ResetOutputVariables
(
p_sys
);
cc_storage_reset
(
p_sys
->
p_ccs
);
return
NULL
;
}
...
...
@@ -742,6 +743,7 @@ static block_t *OutputPicture( decoder_t *p_dec )
{
DropStoredNAL
(
p_sys
);
ResetOutputVariables
(
p_sys
);
cc_storage_reset
(
p_sys
->
p_ccs
);
return
NULL
;
}
...
...
@@ -826,6 +828,7 @@ static block_t *OutputPicture( decoder_t *p_dec )
if
(
!
p_pic
)
{
ResetOutputVariables
(
p_sys
);
cc_storage_reset
(
p_sys
->
p_ccs
);
return
NULL
;
}
...
...
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