mmal: replace deprecated mtime_t with vlc_tick_t

This commit is contained in:
Steve Lhomme 2022-08-11 15:35:02 +02:00
parent a36e0faa55
commit be1baa8bee

View File

@ -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;