mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/fifo: fix typo
This commit is contained in:
parent
bce9234f10
commit
53a952a731
|
@ -90,7 +90,7 @@ typedef struct FifoThreadContext {
|
||||||
|
|
||||||
/* Timestamp of last failure.
|
/* Timestamp of last failure.
|
||||||
* This is either pts in case stream time is used,
|
* 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;
|
int64_t last_recovery_ts;
|
||||||
|
|
||||||
/* Number of current recovery process
|
/* Number of current recovery process
|
||||||
|
|
Loading…
Reference in New Issue