From 53a952a7313f2c78d93a4f6805abe570fe35f96b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 28 Jan 2024 01:21:14 +0100 Subject: [PATCH] lavf/fifo: fix typo --- libavformat/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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