Commit 11f24e71 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: Fix bsf corrupting merged side data

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent cee1f4c0
......@@ -790,6 +790,7 @@ static void output_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost)
if (ost->nb_bitstream_filters) {
int idx;
av_packet_split_side_data(pkt);
ret = av_bsf_send_packet(ost->bsf_ctx[0], pkt);
if (ret < 0)
goto finish;
......
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