Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
93c2522b
Commit
93c2522b
authored
Jan 05, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lld/llu => PRIi64/PRIu64
parent
49245bd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/access/vcdx/access.c
modules/access/vcdx/access.c
+3
-3
No files found.
modules/access/vcdx/access.c
View file @
93c2522b
...
...
@@ -286,7 +286,7 @@ VCDSeek( access_t * p_access, int64_t i_pos )
}
dbg_print
(
(
INPUT_DBG_CALL
|
INPUT_DBG_EXT
|
INPUT_DBG_SEEK
),
"orig %lu, cur: %lu, offset: %
lld
, entry %d"
,
"orig %lu, cur: %lu, offset: %
"
PRIi64
"
, entry %d"
,
(
long
unsigned
int
)
p_vcdplayer
->
origin_lsn
,
(
long
unsigned
int
)
p_vcdplayer
->
i_lsn
,
i_pos
,
i_entry
);
...
...
@@ -462,7 +462,7 @@ VCDTitles( access_t * p_access )
i
)
*
M2F2_SECTOR_SIZE
/
CDIO_CD_FRAMESIZE
;
t
->
psz_name
=
strdup
(
psz_track
);
dbg_print
(
INPUT_DBG_MRL
,
"track[%d] i_size: %
lld"
,
i
,
t
->
i_size
);
dbg_print
(
INPUT_DBG_MRL
,
"track[%d] i_size: %
"
PRIi64
,
i
,
t
->
i_size
);
p_vcdplayer
->
i_titles
++
;
}
...
...
@@ -685,7 +685,7 @@ VCDSetOrigin( access_t *p_access, lsn_t i_lsn, track_t i_track,
vcdinfo_get_entry_sect_count
(
p_vcdplayer
->
vcd
,
p_itemid
->
num
);
p_access
->
info
.
i_pos
=
0
;
}
dbg_print
(
(
INPUT_DBG_LSN
|
INPUT_DBG_PBC
),
"size: %
llu, pos: %llu"
,
dbg_print
(
(
INPUT_DBG_LSN
|
INPUT_DBG_PBC
),
"size: %
"
PRIu64
", pos: %"
PRIu64
,
p_access
->
info
.
i_size
,
p_access
->
info
.
i_pos
);
p_access
->
info
.
i_seekpoint
=
p_itemid
->
num
;
break
;
...
...
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