10l, fix compilation

Originally committed as revision 13229 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent 5dae74e095
commit 42b9f45c0d
  1. 2
      libavformat/ffm.c

@ -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