avformat/mpegts: Fix side data type for stream id

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit ab1319d82f)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2018-12-07 21:51:48 +01:00
parent 53d34fad0d
commit f51a271f20

View File

@@ -887,7 +887,7 @@ static void new_data_packet(const uint8_t *buffer, int len, AVPacket *pkt)
static int new_pes_packet(PESContext *pes, AVPacket *pkt) static int new_pes_packet(PESContext *pes, AVPacket *pkt)
{ {
char *sd; uint8_t *sd;
av_init_packet(pkt); av_init_packet(pkt);