diff --git a/libavformat/mtv.c b/libavformat/mtv.c index 557846f6eb..7f99bd65bd 100644 --- a/libavformat/mtv.c +++ b/libavformat/mtv.c @@ -148,6 +148,7 @@ static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt) return AVERROR(EIO); mtv->audio_packet_count++; + pkt->pos -= MTV_AUDIO_PADDING_SIZE; pkt->stream_index = AUDIO_SID; }else