Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
7eab0952
Commit
7eab0952
authored
Jul 11, 2018
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packetizer: hevc: infer pic_output flag
parent
68be47c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/packetizer/hevc_nal.c
modules/packetizer/hevc_nal.c
+2
-0
No files found.
modules/packetizer/hevc_nal.c
View file @
7eab0952
...
...
@@ -1247,6 +1247,8 @@ static bool hevc_parse_slice_segment_header_rbsp( bs_t *p_bs,
if
(
p_pps
->
output_flag_present_flag
)
p_sl
->
pic_output_flag
=
bs_read1
(
p_bs
);
else
p_sl
->
pic_output_flag
=
1
;
}
if
(
p_sps
->
separate_colour_plane_flag
)
...
...
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