mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
avformat/matroskaenc: fix indention level
Fixes CID1206644 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9b1d7d4fd3
commit
24725f8e09
@ -1659,9 +1659,9 @@ static int mkv_write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
ret = mkv->cur_audio_pkt.buf ? 0 : AVERROR(ENOMEM);
|
||||
} else
|
||||
ret = av_dup_packet(&mkv->cur_audio_pkt);
|
||||
if (mkv->cur_audio_pkt.side_data_elems > 0) {
|
||||
ret = av_copy_packet_side_data(&mkv->cur_audio_pkt, &mkv->cur_audio_pkt);
|
||||
}
|
||||
if (mkv->cur_audio_pkt.side_data_elems > 0) {
|
||||
ret = av_copy_packet_side_data(&mkv->cur_audio_pkt, &mkv->cur_audio_pkt);
|
||||
}
|
||||
} else
|
||||
ret = mkv_write_packet_internal(s, pkt);
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user