You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
10l, fix compilation
Originally committed as revision 13229 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -260,7 +260,7 @@ static int ffm_write_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
ffm_write_data(s, header, FRAME_HEADER_SIZE, pts, 1);
|
ffm_write_data(s, header, FRAME_HEADER_SIZE, pts, 1);
|
||||||
ffm_write_data(s, pkt->data, size, pts, 0);
|
ffm_write_data(s, pkt->data, size, pts, 0);
|
||||||
|
|
||||||
fst->pts += duration;
|
fst->pts += pkt->duration;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user