ffmpeg | branch: master | Stefano Sabatini <stefa...@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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to