diff mbox series

[FFmpeg-devel,v2] avcodec/internal: fix the outdated comments for ff_add_cpb_side_data()

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

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Lance Wang June 29, 2020, 1:53 p.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

It's used for decode and encode in fact, so it's more proper to change
the encoding to codec in the comments.

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 libavcodec/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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);