mirror of
https://github.com/videolan/vlc.git
synced 2024-12-03 06:43:40 +08:00
mmal: replace deprecated mtime_t with vlc_tick_t
This commit is contained in:
parent
a36e0faa55
commit
be1baa8bee
@ -141,7 +141,7 @@ static void pic_fifo_put(vlc_picture_chain_t * const pf, picture_t * pic)
|
||||
|
||||
typedef struct conv_frame_stash_s
|
||||
{
|
||||
mtime_t pts;
|
||||
vlc_tick_t pts;
|
||||
MMAL_BUFFER_HEADER_T * sub_bufs[SUBS_MAX];
|
||||
} conv_frame_stash_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user