summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-02-16 23:11:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-16 23:11:11 +0000
commit0078e9b9c5ea90ce51bc4a0c1eaff32167256d4d (patch)
tree7fa1952fe04fb901b14d5ed8f2461b56a56ce115
parent27bb1ed348fc7ab7c77eec815d9cec95a526b27c (diff)
nonsense comment
Originally committed as revision 3958 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/movenc.c2
1 files changed, 1 insertions, 1 deletions
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)
{