]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 7 Dec 2018 20:52:30 +0000 (21:52 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 19 Dec 2018 19:09:03 +0000 (20:09 +0100)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/avcodec.h

index 3922e89331f077714fe9834fc4000f63db4d1547..fd7f60bf4a6e6ba971270b749fc120e80ca1e36d 100644 (file)
@@ -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,