You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
ffmpeg: Fix bsf corrupting merged side data
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
1
ffmpeg.c
1
ffmpeg.c
@ -790,6 +790,7 @@ static void output_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost)
|
|||||||
if (ost->nb_bitstream_filters) {
|
if (ost->nb_bitstream_filters) {
|
||||||
int idx;
|
int idx;
|
||||||
|
|
||||||
|
av_packet_split_side_data(pkt);
|
||||||
ret = av_bsf_send_packet(ost->bsf_ctx[0], pkt);
|
ret = av_bsf_send_packet(ost->bsf_ctx[0], pkt);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto finish;
|
goto finish;
|
||||||
|
Reference in New Issue
Block a user