[FFmpeg-cvslog] avutil/tx: Fix documentation of av_tx_uninit()
Andreas Rheinhardt
git at videolan.org
Fri Feb 11 21:01:40 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Feb 8 14:57:57 2022 +0100| [d75c4cc7c1f1b9636140bee530ceda2c0b6b7c1d] | committer: Andreas Rheinhardt
avutil/tx: Fix documentation of av_tx_uninit()
Adapt it to the actual (sane) behaviour.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d75c4cc7c1f1b9636140bee530ceda2c0b6b7c1d
---
libavutil/tx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/tx.h b/libavutil/tx.h
index 087355f10d..3de2f7231b 100644
--- a/libavutil/tx.h
+++ b/libavutil/tx.h
@@ -154,7 +154,7 @@ int av_tx_init(AVTXContext **ctx, av_tx_fn *tx, enum AVTXType type,
int inv, int len, const void *scale, uint64_t flags);
/**
- * Frees a context and sets ctx to NULL, does nothing when ctx == NULL
+ * Frees a context and sets *ctx to NULL, does nothing when *ctx == NULL.
*/
void av_tx_uninit(AVTXContext **ctx);
More information about the ffmpeg-cvslog
mailing list