diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-02-16 23:11:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-02-16 23:11:11 +0000 |
commit | 0078e9b9c5ea90ce51bc4a0c1eaff32167256d4d (patch) | |
tree | 7fa1952fe04fb901b14d5ed8f2461b56a56ce115 /libavformat/movenc.c | |
parent | 27bb1ed348fc7ab7c77eec815d9cec95a526b27c (diff) | |
download | ffmpeg-0078e9b9c5ea90ce51bc4a0c1eaff32167256d4d.tar.gz |
nonsense comment
Originally committed as revision 3958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r-- | libavformat/movenc.c | 2 |
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) { |