mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Fix bug in mpegts muxer which affects KLV async stream generation.
Fixes ticket #7597. Signed-off-by: Peter Ross <pross@xvid.org>
This commit is contained in:
parent
cc6208cde2
commit
6b1c4ce8cf
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user