Browse Source

vlc_timestamp_helper: include <vlc_tick.h>

vlc_tick_t is used here and cannot be forward-declared.
pull/162/head
Alexandre Janniaux 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
661c52a36b
  1. 2
      include/vlc_timestamp_helper.h

2
include/vlc_timestamp_helper.h

@ -23,6 +23,8 @@
#ifndef VLC_TIMESTAMP_H
#define VLC_TIMESTAMP_H 1
#include <vlc_tick.h>
/* Implementation of a circular buffer of timestamps with overwriting
* of older values. MediaCodec has only one type of timestamp, if a
* block has no PTS, we send the DTS instead. Some hardware decoders

Loading…
Cancel
Save