[FFmpeg-cvslog] lavf/fifo: fix typo
Stefano Sabatini
git at videolan.org
Mon Mar 11 18:10:22 EET 2024
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jan 28 01:21:14 2024 +0100| [53a952a7313f2c78d93a4f6805abe570fe35f96b] | committer: Stefano Sabatini
lavf/fifo: fix typo
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53a952a7313f2c78d93a4f6805abe570fe35f96b
---
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
More information about the ffmpeg-cvslog
mailing list