From: Limin Wang <lance.lmw...@gmail.com> It's used for decode and encode in fact, so it's more proper to change the encodenig to codec for the comments.
Signed-off-by: Limin Wang <lance.lmw...@gmail.com> --- libavcodec/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 8771078..505d79e 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 an codec context. */ AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx); -- 1.8.3.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".