diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-01-28 01:21:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-03-11 16:52:42 +0100 |
commit | 53a952a7313f2c78d93a4f6805abe570fe35f96b (patch) | |
tree | f21a3c5eb129da0a261fd880935300c0947f41cd | |
parent | bce9234f1065848dcd2bf70a2c2f34258db9b774 (diff) | |
download | ffmpeg-53a952a7313f2c78d93a4f6805abe570fe35f96b.tar.gz |
lavf/fifo: fix typo
-rw-r--r-- | libavformat/fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/fifo.c b/libavformat/fifo.c index 94502129c6..074a46485c 100644 --- a/libavformat/fifo.c +++ b/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 |