diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-12-07 21:52:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-15 00:57:27 +0100 |
commit | bcc42f192342b9e8718e1a010950b021dcce0d17 (patch) | |
tree | f35ae23665570db615b2cfaa23cca2c21cc4740a | |
parent | d9010b1d8f080ca2beaa6976ad00b44e0a8c824f (diff) | |
download | ffmpeg-bcc42f192342b9e8718e1a010950b021dcce0d17.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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 10068db14b..75fd31c965 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1526,7 +1526,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, |