aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-12-07 21:52:30 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2019-03-21 10:42:51 +0100
commitb29b6afdfbbf2d4cdbc13f6c61be8bcc89cec5a2 (patch)
tree34c3060ac6ce65db0effdba69567687570662acc
parentd0e900187c2df1df183eb3f5cdd77048338cfd44 (diff)
downloadffmpeg-b29b6afdfbbf2d4cdbc13f6c61be8bcc89cec5a2.tar.gz
avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 68e011e4103b9cb5ac2d152d73ca8393065a33fb) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index fb0c6fae70..0139d72091 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1312,7 +1312,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,