From patchwork Thu Aug 13 03:57:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: leozhang X-Patchwork-Id: 21623 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 091A1449E00 for ; Thu, 13 Aug 2020 06:57:46 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CEB9F68AB21; Thu, 13 Aug 2020 06:57:45 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from ssqr-bj.qiyi.com (unknown [202.108.14.131]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D94EC68921A for ; Thu, 13 Aug 2020 06:57:38 +0300 (EEST) Received: from mail.iqiyi.com ([10.16.130.5]) by ssqr-bj.qiyi.com with ESMTP id 07D3vPQJ016179 for ; Thu, 13 Aug 2020 11:57:25 +0800 (GMT-8) (envelope-from leozhang@qiyi.com) From: leozhang To: Date: Thu, 13 Aug 2020 11:57:05 +0800 Message-ID: <1597291025-145065-1-git-send-email-leozhang@qiyi.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-Originating-IP: [10.13.42.217] X-ClientProxiedBy: BJ-CAS25.iqiyi.pps (10.11.50.117) To EXCH28B.iqiyi.pps (10.16.148.55) X-DNSRBL: X-MAIL: ssqr-bj.qiyi.com 07D3vPQJ016179 Subject: [FFmpeg-devel] [PATCH] avutil/video_enc_params: fix code comment X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: leozhang --- libavutil/video_enc_params.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/video_enc_params.h b/libavutil/video_enc_params.h index 43fa443..e3b422d 100644 --- a/libavutil/video_enc_params.h +++ b/libavutil/video_enc_params.h @@ -153,7 +153,7 @@ AVVideoEncParams *av_video_enc_params_alloc(enum AVVideoEncParamsType type, /** * Allocates memory for AVEncodeInfoFrame plus an array of * {@code nb_blocks} AVEncodeInfoBlock in the given AVFrame {@code frame} - * as AVFrameSideData of type AV_FRAME_DATA_ENCODE_INFO + * as AVFrameSideData of type AV_FRAME_DATA_VIDEO_ENC_PARAMS * and initializes the variables. */ AVVideoEncParams*