From patchwork Fri Dec 7 22:57:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 11335 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 67F0844E20A for ; Sat, 8 Dec 2018 00:59:02 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B1B7868A90A; Sat, 8 Dec 2018 00:58:52 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from vie01a-dmta-pe06-3.mx.upcmail.net (vie01a-dmta-pe06-3.mx.upcmail.net [84.116.36.16]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 06F7768A83D for ; Sat, 8 Dec 2018 00:58:45 +0200 (EET) Received: from [172.31.216.235] (helo=vie01a-pemc-psmtp-pe12.mail.upcmail.net) by vie01a-dmta-pe06.mx.upcmail.net with esmtp (Exim 4.88) (envelope-from ) id 1gVP5D-0001BL-0f for ffmpeg-devel@ffmpeg.org; Fri, 07 Dec 2018 23:58:55 +0100 Received: from localhost ([213.47.41.20]) by vie01a-pemc-psmtp-pe12.mail.upcmail.net with ESMTP id VP4FgOiaPkosQVP4Fgttui; Fri, 07 Dec 2018 23:57:55 +0100 X-Env-Mailfrom: michael@niedermayer.cc X-Env-Rcptto: ffmpeg-devel@ffmpeg.org X-SourceIP: 213.47.41.20 X-CNFS-Analysis: v=2.3 cv=NNQEBHyg c=1 sm=1 tr=0 a=I1eytVlZLDX1BM2VTtTtSw==:117 a=I1eytVlZLDX1BM2VTtTtSw==:17 a=MKtGQD3n3ToA:10 a=1oJP67jkp3AA:10 a=GEAsPZ9sns4A:10 a=ZZnuYtJkoWoA:10 a=PmtssbBwT6hfOcvDqAwA:9 a=Z5ABNNGmrOfJ6cZ5bIyy:22 a=UDnyf2zBuKT2w-IlGP_r:22 From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Fri, 7 Dec 2018 23:57:49 +0100 Message-Id: <20181207225750.24630-2-michael@niedermayer.cc> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181207225750.24630-1-michael@niedermayer.cc> References: <20181207225750.24630-1-michael@niedermayer.cc> MIME-Version: 1.0 X-CMAE-Envelope: MS4wfBlIZ0NHDNWoUCLe0v3aH5BxuuUFYlZnyyh+vZvJSFbgpi5D3WuarNM64CEFQ6kGcgJj4JsPciZyDqEiVv2uUhyJH00Y9GhZ/iogNJabc16U7xrmawgL aim1rdgSiU5IUrdRfx9hDGzrfEQaaSzJnEF0e/Zi5n+pKwDC1Pd4oLBx Subject: [FFmpeg-devel] [PATCH 2/3] avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID 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: Michael Niedermayer --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3922e89331..fd7f60bf4a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1328,7 +1328,7 @@ enum AVPacketSideDataType { AV_PKT_DATA_METADATA_UPDATE, /** - * MPEGTS stream ID, this is required to pass the stream ID + * MPEGTS stream ID as uint8_t, this is required to pass the stream ID * information from the demuxer to the corresponding muxer. */ AV_PKT_DATA_MPEGTS_STREAM_ID,