From 0078e9b9c5ea90ce51bc4a0c1eaff32167256d4d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 16 Feb 2005 23:11:11 +0000 Subject: [PATCH] nonsense comment Originally committed as revision 3958 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 5e4fe50330..39069b3dc5 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -546,7 +546,7 @@ static int mov_write_stsd_tag(ByteIOContext *pb, MOVTrack* track) return updateSize(pb, pos); } -/* TODO?: Currently all samples/frames seem to have same duration */ +/* TODO: */ /* Time to sample atom */ static int mov_write_stts_tag(ByteIOContext *pb, MOVTrack* track) {