提交 ab1319d8 编写于 作者: M Michael Niedermayer

avformat/mpegts: Fix side data type for stream id

Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册