summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-01-29 13:53:14 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-02-16 23:00:49 +0100
commit438198e7952f61b81f7bbe318e706cc0517b00f7 (patch)
treedbdb4b87b3294ae936076ffca13d32f998e084d4 /libavformat
parentfabb93e3974fc56429bfe68cfdd1c706788c29ec (diff)
Document that av_write_header sets stream time_base to a value of it chosing.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cc56fb7840..afcf5b0d11 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1382,7 +1382,7 @@ void av_url_split(char *proto, int proto_size,
/**
* Allocate the stream private data and write the stream header to an
* output media file.
- * Note: this sets stream time-bases, if possible to stream->codec->time_base
+ * @note: this sets stream time-bases, if possible to stream->codec->time_base
* but for some formats it might also be some other time base
*
* @param s media file handle