Commit d9010b1d authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mpegts: Fix side data type for stream id

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit ab1319d8)
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 72536017
......@@ -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)
{
char *sd;
uint8_t *sd;
av_init_packet(pkt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment