Commit e9602dcb authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: bitstream filters require split out side data

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f8de1caa
......@@ -597,6 +597,9 @@ static void write_frame(AVFormatContext *s, AVPacket *pkt, OutputStream *ost)
ost->frame_number++;
}
if (bsfc)
av_packet_split_side_data(pkt);
while (bsfc) {
AVPacket new_pkt = *pkt;
int a = av_bitstream_filter_filter(bsfc, avctx, NULL,
......
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