summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2018-12-07 21:51:48 +0100
committerMichael Niedermayer <[email protected]>2019-03-21 10:42:51 +0100
commitd0e900187c2df1df183eb3f5cdd77048338cfd44 (patch)
tree7f42da5509a077c7d61fa567f9d2558e0874c1bc /libavformat/mpegts.c
parent965eddc7ed0c38bcb18b7fb7278c80def5bffd0e (diff)
avformat/mpegts: Fix side data type for stream id
Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit ab1319d82f0c77308792fa2d88cbfc73c3e47cb7) Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r--libavformat/mpegts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index a21668d3c1..92baca61a4 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -900,7 +900,7 @@ static void new_data_packet(const uint8_t *buffer, int len, AVPacket *pkt)
static int new_pes_packet(PESContext *pes, AVPacket *pkt)
{
- char *sd;
+ uint8_t *sd;
av_init_packet(pkt);