diff options
Diffstat (limited to 'libavformat/mtv.c')
-rw-r--r-- | libavformat/mtv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mtv.c b/libavformat/mtv.c index 557846f..7f99bd6 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 |