mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Merge remote-tracking branch 'newdev/master'
Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -201,7 +201,7 @@ static int spdif_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
}
|
||||
|
||||
/* skip over the padding to the beginning of the next frame */
|
||||
avio_seek(pb, offset - pkt->size - BURST_HEADER_SIZE, SEEK_CUR);
|
||||
avio_skip(pb, offset - pkt->size - BURST_HEADER_SIZE);
|
||||
|
||||
if (!s->nb_streams) {
|
||||
/* first packet, create a stream */
|
||||
|
||||
Reference in New Issue
Block a user