Browse Source

10l, fix compilation

Originally committed as revision 13229 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
42b9f45c0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/ffm.c

+ 1
- 1
libavformat/ffm.c View File

@@ -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, pkt->data, size, pts, 0);

fst->pts += duration;
fst->pts += pkt->duration;
return 0;
}



Loading…
Cancel
Save