Commit ab1319d8 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>
parent f8f762c3
......@@ -918,7 +918,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