提交 6b1c4ce8 编写于 作者: A Artyom Lebedev 提交者: Peter Ross

Fix bug in mpegts muxer which affects KLV async stream generation.

Fixes ticket #7597.
Signed-off-by: NPeter Ross <pross@xvid.org>
上级 cc6208cd
......@@ -1523,7 +1523,7 @@ static int mpegts_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
int64_t dts = pkt->dts, pts = pkt->pts;
int opus_samples = 0;
int side_data_size;
char *side_data = NULL;
uint8_t *side_data = NULL;
int stream_id = -1;
side_data = av_packet_get_side_data(pkt,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册