diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-03-24 10:00:56 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-03-28 13:00:42 +0200 |
commit | 5f87c9915d9c7f1f3565cb207b8ebf5c42a9cd5e (patch) | |
tree | b0480c5836d57412ffac2906fd2b9ed745bf0db0 | |
parent | ea748c7a4dd2a3c6b6637f2bc1b10cc9c1e7c6e2 (diff) | |
download | ffmpeg-5f87c9915d9c7f1f3565cb207b8ebf5c42a9cd5e.tar.gz |
lavc/avcodec: fix documentation typo
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |