lavf/fifo: fix typo

release/7.0
Stefano Sabatini 12 months ago
parent bce9234f10
commit 53a952a731
  1. 2
      libavformat/fifo.c

@ -90,7 +90,7 @@ typedef struct FifoThreadContext {
/* Timestamp of last failure.
* This is either pts in case stream time is used,
* or microseconds as returned by av_getttime_relative() */
* or microseconds as returned by av_gettime_relative() */
int64_t last_recovery_ts;
/* Number of current recovery process

Loading…
Cancel
Save