[FFmpeg-cvslog] lavc/avcodec: fix documentation typo
Anton Khirnov
git at videolan.org
Tue Mar 28 14:07:57 EEST 2023
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Mar 24 10:00:56 2023 +0100| [5f87c9915d9c7f1f3565cb207b8ebf5c42a9cd5e] | committer: Anton Khirnov
lavc/avcodec: fix documentation typo
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f87c9915d9c7f1f3565cb207b8ebf5c42a9cd5e
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 30f1d312f4..d1bcb3026c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -243,7 +243,7 @@ typedef struct RcOverride{
#define AV_CODEC_FLAG_RECON_FRAME (1 << 6)
/**
* @par decoding
- * Request the decoder to propagate each packets AVPacket.opaque and
+ * Request the decoder to propagate each packet's AVPacket.opaque and
* AVPacket.opaque_ref to its corresponding output AVFrame.
*
* @par encoding:
More information about the ffmpeg-cvslog
mailing list