diff mbox

[FFmpeg-devel,2/3] avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID

Message ID 20181207225750.24630-2-michael@niedermayer.cc
State Accepted
Commit 68e011e4103b9cb5ac2d152d73ca8393065a33fb
Headers show

Commit Message

Michael Niedermayer Dec. 7, 2018, 10:57 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavcodec/avcodec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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,