Message ID | 1593438828-7668-1-git-send-email-lance.lmwang@gmail.com |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,v2] avcodec/internal: fix the outdated comments for ff_add_cpb_side_data() | expand |
Context | Check | Description |
---|---|---|
andriy/default | pending | |
andriy/make | success | Make finished |
andriy/make_fate | success | Make fate finished |
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 8771078..8705b38 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -360,7 +360,7 @@ int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt); int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame); /** - * Add a CPB properties side data to an encoding context. + * Add a CPB properties side data to a codec context. */ AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx);