[libbluray-devel] [Git][videolan/libbluray][master] Add const
Petri Hintukainen
gitlab at videolan.org
Thu Feb 7 10:56:42 CET 2019
Petri Hintukainen pushed to branch master at VideoLAN / libbluray
Commits:
5f44a54a by hpi1 at 2019-02-07T09:56:19Z
Add const
- - - - -
1 changed file:
- src/libbluray/bdnav/navigation.c
Changes:
=====================================
src/libbluray/bdnav/navigation.c
=====================================
@@ -74,9 +74,9 @@ _pl_chapter_count(const MPLS_PL *pl)
}
static uint32_t
-_pl_streams_score(MPLS_PL *pl)
+_pl_streams_score(const MPLS_PL *pl)
{
- MPLS_PI *pi;
+ const MPLS_PI *pi;
uint32_t i_num_audio = 0;
uint32_t i_num_pg = 0;
View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/5f44a54ac9ebd53fc06960eca7cf25f8a02ce3c9
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/5f44a54ac9ebd53fc06960eca7cf25f8a02ce3c9
You're receiving this email because of your account on code.videolan.org.
More information about the libbluray-devel
mailing list