Commit 885c8aa1 authored by bcoudurier's avatar bcoudurier

10l, fix compilation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13229 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e518ef5f
...@@ -260,7 +260,7 @@ static int ffm_write_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment