mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Fix pkt->pos to really point at start of packet for mtv audio packets.
Originally committed as revision 14019 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6f557c6a36
commit
34bfe875d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user