diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-12-07 21:52:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-12-19 20:09:03 +0100 |
commit | 68e011e4103b9cb5ac2d152d73ca8393065a33fb (patch) | |
tree | 58fc866113976e0a809ecd0bd247361eab8d036b /libavcodec/avcodec.h | |
parent | ab1319d82f0c77308792fa2d88cbfc73c3e47cb7 (diff) | |
download | ffmpeg-68e011e4103b9cb5ac2d152d73ca8393065a33fb.tar.gz |
avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/avcodec.h')
-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 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, |