lavc/avcodec: fix documentation typo

This commit is contained in:
Anton Khirnov 2023-03-24 10:00:56 +01:00
parent ea748c7a4d
commit 5f87c9915d
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ typedef struct RcOverride{
#define AV_CODEC_FLAG_RECON_FRAME (1 << 6) #define AV_CODEC_FLAG_RECON_FRAME (1 << 6)
/** /**
* @par decoding * @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. * AVPacket.opaque_ref to its corresponding output AVFrame.
* *
* @par encoding: * @par encoding: