Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc-gpu
Commits
ea5d5de5
Commit
ea5d5de5
authored
Oct 01, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264 packet: Remove trailing spaces
parent
33778d4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/packetizer/h264.c
modules/packetizer/h264.c
+2
-2
No files found.
modules/packetizer/h264.c
View file @
ea5d5de5
...
...
@@ -701,7 +701,7 @@ static block_t *ParseNALBlock( decoder_t *p_dec, bool *pb_used_ts, block_t *p_fr
block_ChainAppend
(
&
p_sys
->
p_frame
,
p_frag
);
*
pb_used_ts
=
false
;
if
(
p_sys
->
i_frame_dts
<=
VLC_TS_INVALID
&&
if
(
p_sys
->
i_frame_dts
<=
VLC_TS_INVALID
&&
p_sys
->
i_frame_pts
<=
VLC_TS_INVALID
)
{
p_sys
->
i_frame_dts
=
i_frag_dts
;
...
...
@@ -1198,7 +1198,7 @@ static void ParseSei( decoder_t *p_dec, block_t *p_frag )
bs_t
s
;
const
int
i_rec
=
i_size
;
const
uint8_t
*
p_rec
=
&
pb_dec
[
i_used
];
bs_init
(
&
s
,
p_rec
,
i_rec
);
int
i_recovery_frames
=
bs_read_ue
(
&
s
);
//bool b_exact_match = bs_read( &s, 1 );
...
...
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