Message ID | 20230324091451.20895-5-anton@khirnov.net |
---|---|
State | Accepted |
Commit | 5f87c9915d9c7f1f3565cb207b8ebf5c42a9cd5e |
Headers | show |
Series | [FFmpeg-devel,RFC,1/7] lavc/mpegvideo_enc: support AV_CODEC_CAP_ENCODER_RECON_FRAME | expand |
Context | Check | Description |
---|---|---|
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
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: